 Issue 6293281981857792:
  Issue 239 - Move AWStats processing to the stats server  (Closed)
    
  
    Issue 6293281981857792:
  Issue 239 - Move AWStats processing to the stats server  (Closed) 
  | Index: modules/statsmaster/files/site.conf | 
| =================================================================== | 
| --- a/modules/statsmaster/files/site.conf | 
| +++ b/modules/statsmaster/files/site.conf | 
| @@ -25,8 +25,28 @@ location /notification | 
| } | 
| location /raw | 
| { | 
| alias /var/www/statsdata; | 
| auth_basic "Stats Restricted Access"; | 
| auth_basic_user_file /var/www/htpasswd; | 
| } | 
| + | 
| +location /web | 
| +{ | 
| + alias /var/www/awstats; | 
| + auth_basic "Stats Restricted Access"; | 
| + auth_basic_user_file /var/www/htpasswd; | 
| + | 
| + autoindex on; # for the archives | 
| 
Felix Dahlke
2014/04/25 04:37:08
Micro nit: Single space before #?
 | 
| +} | 
| + | 
| +location /web/easylist.adblockplus.org | 
| +{ | 
| + # No authentication here | 
| + alias /var/www/awstats/easylist.adblockplus.org; | 
| +} | 
| + | 
| +location /web/icons | 
| +{ | 
| + alias /usr/share/awstats/icon; | 
| +} |