ispCP - Board - Support
/stats/ Not Found - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: /stats/ Not Found (/thread-8550.html)



/stats/ Not Found - lominomagico - 11-24-2009 11:46 PM

i have ispCP 1.0.3 OMEGA build: 20090823 Codename: Orpheus
on FreeBSD
my stast:
http://lominodj.it/stats/

apache errors log:
Quote:# tail logs/users/default-error.log
[Tue Nov 24 14:44:08 2009] [notice] FastCGI: wrapper mechanism enabled (wrapper: /usr/local/sbin/suexec)
[Tue Nov 24 14:44:08 2009] [notice] Digest: done
[Tue Nov 24 14:44:08 2009] [notice] FastCGI: process manager initialized (pid 32789)
[Tue Nov 24 14:44:08 2009] [notice] Apache/2.2.13 (FreeBSD) mod_ssl/2.2.13 OpenSSL/0.9.8e mod_fastcgi/2.4.6 configured -- resuming normal operations
[Tue Nov 24 14:44:08 2009] [warn] FastCGI: server "/usr/local/www/data/fcgi/master/php5-fcgi-starter" (uid 2000, gid 2000) started (pid 32795)
[Tue Nov 24 14:44:10 2009] [error] [client 127.0.0.1] Attempt to serve directory: /usr/local/www/awstats/cgi-bin/
[Tue Nov 24 14:44:12 2009] [error] [client 127.0.0.1] Attempt to serve directory: /usr/local/www/awstats/cgi-bin/
[Tue Nov 24 14:44:13 2009] [error] [client 127.0.0.1] Attempt to serve directory: /usr/local/www/awstats/cgi-bin/
[Tue Nov 24 14:44:13 2009] [error] [client 127.0.0.1] Attempt to serve directory: /usr/local/www/awstats/cgi-bin/
[Tue Nov 24 14:44:14 2009] [error] [client 127.0.0.1] Attempt to serve directory: /usr/local/www/awstats/cgi-bin/

01_awstats.conf:
Quote:Alias /awstatsicons "/usr/local/www/data/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]
RewriteRule ^/stats/(.*)$ http://localhost/stats/$1/ [R]
</IfModule>

ScriptAlias /awstats "/usr/local/www/awstats/cgi-bin/"

<Directory /usr/local/www/awstats/cgi-bin>
AllowOverride none
Options +ExecCGI
DirectoryIndex awstats.pl
Order allow,deny
Allow from all
</Directory>
</VirtualHost>

#
# AWStats End
#

Can You Help me? please Big Grin