ispCP - Board - Support
[ERLEDIGT] #am halben Weg von nightly zu RC3 - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: [ERLEDIGT] #am halben Weg von nightly zu RC3 (/thread-2747.html)

Pages: 1 2 3


RE: am halben Weg von nightly zu RC3 - johreini - 03-17-2008 09:09 PM

BeNe Wrote:Gibt es denn die "01_awstats.conf" bei Dir ?
Code:
/etc/apache2/sites-enabled/01_awstats.conf
Inhalt:
Code:
#
# AWStats Begin
#

Alias /awstatsicons "/usr/share/awstats/icon/"


NameVirtualHost 127.0.0.1:80

<VirtualHost 127.0.0.1:80>

    <IfModule mod_rewrite.c>
        RewriteEngine on
        RewriteRule ^/stats/(.+)/$ http://localhost/awstats/?config=$1 [P]
        RewriteRule ^/stats/(.+)/awstats.pl(.*)$ http://localhost/awstats/$2 [P]
    </IfModule>

    ScriptAlias /awstats "/usr/lib/cgi-bin/awstats.pl"

<Directory /usr/lib/cgi-bin>
        Options +ExecCGI
        DirectoryIndex awstats.pl
        Order allow,deny
        Allow from all
    </Directory>

</VirtualHost>

#
# AWStats End
#
Da haben wir noch ein Configfehler irgendwo.
Was sagt den der ApacheLog dazu ?

Greez BeNe

So Problem gelöst!! Ich hab die 01_awstats.conf unter /etc/apache2/sites-available angelegt un nach /etc/apache2/sites-enabled verlinked. Apache neugestartet und e vola!!!
Danke an alle!!!!!!!!


RE: am halben Weg von nightly zu RC3 - BeNe - 03-17-2008 10:08 PM

Sehr schön!
Dann hat Dir also die ApacheConfig für AWStats gefehlt...
Dieser Fehler wäre sicher nicht mit der RC4 behoben worden Wink

Weiterhin viel Spass mit ispCP Omega.

Greez BeNe