From: Nicolas Boisselier Date: Sat, 2 Apr 2016 16:53:15 +0000 (+0200) Subject: fix X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=3bf45ae22e8f3371268281108f9381296f425868;p=awstats.git fix --- diff --git a/.nb-install b/.nb-install new file mode 100644 index 0000000..e69de29 diff --git a/httpd.conf b/httpd.conf index fa70268..b99016b 100644 --- a/httpd.conf +++ b/httpd.conf @@ -1,17 +1,19 @@ - ServerName stats.izideal.com - DocumentRoot /home/www/stats/ - Alias /icon/ /usr/share/awstats/icon/ - ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ - Include /home/www/izideal/share/apache/include/auth - Timeout 120 - - Order deny,allow - Deny from all - require group stats - Satisfy any - - - SSLEnable - + DocumentRoot /home/www/awstats/ + + ServerName stats + ServerAlias stats.* + + Timeout 120 + Alias /icon/ /usr/share/awstats/icon/ + ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ + + Include /home/www/izideal/share/apache/include/auth + + Require all denied + require group stats + + + SSLEnable +