]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/httpd/httpd.conf
HinzugefĆ¼gt:
[ipfire-2.x.git] / config / httpd / httpd.conf
index 801672c36d2359ecde2f911a6e598418085fff5d..585fcbc4160db7c53d6f2745483218fc2210a12a 100644 (file)
@@ -55,10 +55,14 @@ ScriptAlias /cgi-bin/ /home/httpd/cgi-bin/
     AuthType Basic
     AuthUserFile /var/ipfire/auth/users
     Require user admin
-#    <Files index.cgi>
-#        Satisfy Any
-#        Allow from All
-#    </Files>
+    <Files chpasswd.cgi>
+        Satisfy Any
+        Allow from All
+    </Files>
+    <Files webaccess.cgi>
+        Satisfy Any
+        Allow from All
+    </Files>
     <Files credits.cgi>
         Satisfy Any
         Allow from All