Current time: 07-07-2024, 09:08 AM Hello There, Guest! (LoginRegister)


Post Reply 
AwStats in der Stable: Problem
Author Message
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #8
RE: AwStats in der Stable: Problem
Dann prüfe mal den Proxy
--> /etc/apache2/mods-enabled/proxy.conf
Code:
<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
        </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>
Und den Part für AWStats in der ispcp.conf für die Domains
Code:
# httpd awstats support BEGIN.

   ProxyRequests Off

   <Proxy *>
      Order deny,allow
      Allow from all
   </Proxy>

   ProxyPass                    /stats  http://localhost/stats/domain.tld
   ProxyPassReverse             /stats  http://localhost/stats/domain.tld

    <Location /stats>
        <IfModule mod_rewrite.c>
            RewriteEngine on
            RewriteRule ^(.+)\?config=([^\?\&]+)(.*) $1\?config=domain.tld&$3 [NC,L]
        </IfModule>
        AuthType Basic
        AuthName "Statistics for domain domain.tld"
        AuthUserFile /var/www/virtual/domain.tld/.htpasswd
        AuthGroupFile /var/www/virtual/domain.tld/.htgroup
        Require group statistics
    </Location>

   # httpd awstats support END.
die .htpasswd und .htgroup auch vorhanden ?

Greez BeNe
03-12-2009 12:50 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
AwStats in der Stable: Problem - menki - 03-04-2009, 04:46 AM
RE: AwStats in der Stable: Problem - ZooL - 03-04-2009, 07:55 AM
RE: AwStats in der Stable: Problem - 4tux - 03-11-2009, 11:22 AM
RE: AwStats in der Stable: Problem - BeNe - 03-11-2009, 07:03 PM
RE: AwStats in der Stable: Problem - ZooL - 03-12-2009, 12:25 AM
RE: AwStats in der Stable: Problem - BeNe - 03-12-2009, 12:28 AM
RE: AwStats in der Stable: Problem - ZooL - 03-12-2009, 12:42 AM
RE: AwStats in der Stable: Problem - BeNe - 03-12-2009 12:50 AM
RE: AwStats in der Stable: Problem - menki - 03-12-2009, 01:56 AM
RE: AwStats in der Stable: Problem - BeNe - 03-12-2009, 03:52 AM
RE: AwStats in der Stable: Problem - menki - 03-12-2009, 04:09 AM
RE: AwStats in der Stable: Problem - ZooL - 03-12-2009, 07:45 AM
RE: AwStats in der Stable: Problem - BeNe - 03-12-2009, 05:19 PM
RE: AwStats in der Stable: Problem - menki - 03-12-2009, 08:23 PM
RE: AwStats in der Stable: Problem - BeNe - 03-12-2009, 08:25 PM
RE: AwStats in der Stable: Problem - menki - 03-12-2009, 08:36 PM
RE: AwStats in der Stable: Problem - BeNe - 03-12-2009, 08:41 PM
RE: AwStats in der Stable: Problem - 4tux - 03-12-2009, 11:57 PM
RE: AwStats in der Stable: Problem - menki - 03-13-2009, 12:08 AM
RE: AwStats in der Stable: Problem - 4tux - 03-13-2009, 01:27 AM

Forum Jump:


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