aboutsummaryrefslogtreecommitdiffstats
path: root/apache.conf
diff options
context:
space:
mode:
Diffstat (limited to 'apache.conf')
-rw-r--r--apache.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/apache.conf b/apache.conf
index 262d525..4938b51 100644
--- a/apache.conf
+++ b/apache.conf
@@ -10,8 +10,8 @@ ScriptAlias /cgi-bin/sitesummary-collector.cgi /usr/lib/cgi-bin/sitesummary-coll
AllowOverride None
Options +SymLinksIfOwnerMatch -MultiViews
- # allow only localhost per default
+ # everyone have access
Order deny,allow
- Deny from all
- Allow from 127.0.0.1
+ Deny from none
+ Allow from all
</Directory>