/stats zeigt 404 /awstats nicht gefunden?! - 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: /stats zeigt 404 /awstats nicht gefunden?! (/thread-10880.html) Pages: 1 2 |
RE: /stats zeigt 404 /awstats nicht gefunden?! - Cojones - 07-07-2010 06:27 AM Ja, ich weiß, aber weiß nicht wo er das aufrufen will: /etc/apache2/{AWSTATS_ENGINE_DIR} RE: /stats zeigt 404 /awstats nicht gefunden?! - ZooL - 07-07-2010 12:34 PM ispcp.conf im /etc/ispcp ordner ? oder in den Cronjobs ? RE: /stats zeigt 404 /awstats nicht gefunden?! - Cojones - 07-07-2010 05:41 PM In der ispcp.conf gibt es nur die Zuweisung der Variable: AWSTATS_ENGINE_DIR = /var/www/ispcp/engine/awstats aber nicht diesen Pfad, der zu dem Fehler führt: [error] [client 127.0.0.1] script not found or unable to stat: /etc/apache2/{AWSTATS_ENGINE_DIR} RE: /stats zeigt 404 /awstats nicht gefunden?! - Cojones - 07-07-2010 07:46 PM Can someone maybe post his conf files? I figured out what the problem is but not why. I changed two lines in /etc/apache2/sites-enabled/01_awstats.conf: #Alias /awstatsicons "{AWSTATS_WEB_DIR}/icon/" Alias /awstatsicons "/usr/share/awstats/icon/" #ScriptAlias /awstats "{AWSTATS_ENGINE_DIR}/awstats.pl" ScriptAlias /awstats "/usr/lib/cgi-bin/awstats.pl" Why doesn't Apache know these variables? |