ispCP - Board - Support
how to add installaion the AWStats? - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: how to add installaion the AWStats? (/thread-5200.html)

Pages: 1 2


RE: how to add installaion the AWStats? - pgentoo - 01-07-2009 03:17 AM

when i
when i said icons, i should have said images. neither the sidebar icons nor the graphs load for me. Sad


RE: how to add installaion the AWStats? - pgentoo - 01-07-2009 12:43 PM

I found that gentoo's settings in 00_default_settings.conf was causing the problems.


Changing from:

Code:
<Directory />
   Options FollowSymLinks
   AllowOverride None
   Order deny,allow
   Deny from all
</Directory>

to

Code:
<Directory />
   Options FollowSymLinks
   AllowOverride None
   Order allow,deny
   Allow from all
</Directory>

fixed the problem...

-
pGentoo