From 3bf45ae22e8f3371268281108f9381296f425868 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sat, 2 Apr 2016 18:53:15 +0200 Subject: [PATCH] fix --- .nb-install | 0 httpd.conf | 32 +++++++++++++++++--------------- 2 files changed, 17 insertions(+), 15 deletions(-) create mode 100644 .nb-install 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 + -- 2.47.3