Current time: 06-28-2024, 03:55 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[erledigt] awstats Internal Server Error n. update
Author Message
fulltilt Offline
Member
***

Posts: 1,225
Joined: Apr 2007
Reputation: 5
Post: #1
[erledigt] awstats Internal Server Error n. update
bekomme hier einen Internal Server Error wenn ich die awstats aufrufe.
proxy.load und proxy_http.load sind aktiviert
AWSTATS_ACTIVE = yes
AWSTATS_MODE = 0
Code:
# httpd awstats support BEGIN.
   ProxyRequests Off

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

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

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

   # httpd awstats support END.

modsecurity2 war das Problem und so hab ich es gelöst:
Code:
httpd.conf eingefügt
<LocationMatch "/awstats/">
SecRuleEngine Off
</LocationMatch>

hat sich bei den configs der stats etwas geändert?
Ich verwende die gleichen secRules wie vor dem Update ...
(This post was last modified: 03-12-2010 12:06 AM by fulltilt.)
03-11-2010 11:22 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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