Current time: 11-23-2024, 01:44 PM Hello There, Guest! (LoginRegister)


Post Reply 
Awstats doesn't work
Author Message
KeNt Offline
Junior Member
*

Posts: 37
Joined: Jan 2007
Reputation: 1
Post: #3
RE: Awstats doesn't work
Code:
/etc/apache2/sites-enabled# cat ispcp.conf | grep stats
    # httpd awstats support BEGIN.
    Alias /stats    /var/www/virtual/xxxxxxxx/statistics/
        DirectoryIndex awstats.xxxxxxxx.html

Code:
/etc/apache2/mods-enabled# cat proxy.conf
<IfModule mod_proxy.c>
        #turning ProxyRequests on and allowing proxying from all may allow
        #spammers to use your proxy to send email.

        ProxyRequests Off

        <Proxy *>
                AddDefaultCharset off
                Order deny,allow
                Deny from all
                Allow from 127.0.0.1

        # Define the character set for proxied FTP directory listings
        ProxyFtpDirCharset UTF-8
        </Proxy>

        # Enable/disable the handling of HTTP/1.1 "Via:" headers.
        # ("Full" adds the server version; "Block" removes all outgoing Via: headers)
        # Set to one of: Off | On | Full | Block

        ProxyVia On
</IfModule>

Code:
/etc/apache2/mods-enabled# cat proxy.load
LoadModule proxy_module /usr/lib/apache2/modules/mod_proxy.so


where is bug?
09-25-2008 11:41 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Awstats doesn't work - KeNt - 09-25-2008, 11:16 PM
RE: Awstats doesn't work - BeNe - 09-25-2008, 11:33 PM
RE: Awstats doesn't work - KeNt - 09-25-2008 11:41 PM
RE: Awstats doesn't work - KeNt - 09-25-2008, 11:44 PM
RE: Awstats doesn't work - BeNe - 09-26-2008, 12:33 AM
RE: Awstats doesn't work - KeNt - 09-26-2008, 12:35 AM
RE: Awstats doesn't work - BeNe - 09-26-2008, 12:37 AM
RE: Awstats doesn't work - KeNt - 09-27-2008, 12:25 AM
RE: Awstats doesn't work - BeNe - 09-27-2008, 12:27 AM
RE: Awstats doesn't work - KeNt - 09-27-2008, 12:39 AM
RE: Awstats doesn't work - KeNt - 09-29-2008, 06:59 PM

Forum Jump:


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