Current time: 07-01-2024, 10:51 AM Hello There, Guest! (LoginRegister)


Post Reply 
how to secure awstats in static mode ?
Author Message
Cube Offline
Member
***

Posts: 740
Joined: Apr 2007
Reputation: 9
Post: #8
RE: how to secure awstats in static mode ?
Have you regenerated the configs after the change? Are there such sections in /etc/apache2/sites-available/ispcp.conf?

Code:
# httpd awstats support BEGIN.

    Alias /stats    /var/www/virtual/domain.tld/statistics/

    <Directory "/var/www/virtual/domain.tld/statistics">
        AllowOverride AuthConfig
        DirectoryIndex awstats.domain.tld.html
        Order allow,deny
        Allow from all
    </Directory>

   # httpd awstats support END.
Especially the "AllowOverride AuthConfig" is important.
And you still have not posted the information I asked you.
(This post was last modified: 04-26-2008 09:21 PM by Cube.)
04-26-2008 09:18 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: how to secure awstats in static mode ? - Cube - 04-26-2008 09:18 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)