]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/httpd/httpd.conf
Bugfixes:
[people/pmueller/ipfire-2.x.git] / config / httpd / httpd.conf
index 9ce0e7177cbe31a86bf9a7ccb6689d4902664287..5c2c6aea6f71dd07aaffacae4429a9312970d4b0 100644 (file)
@@ -1,8 +1,6 @@
 ##
 ## httpd.conf -- Apache HTTP server configuration file
 ##
-## $Id: httpd.conf,v 1.15.2.7 2005/04/16 11:40:15 rkerr Exp $
-##
 ServerType standalone
 ServerRoot /etc/httpd
 
@@ -42,7 +40,7 @@ RewriteRule .* - [F]
     Allow from all
 </Directory>
 <DirectoryMatch "/home/httpd/html/(graphs|sgraph)">
-    AuthName "Restricted"
+    AuthName "IPFire - Restricted"
     AuthType Basic
     AuthUserFile /var/ipfire/auth/users
     Require user admin
@@ -144,7 +142,7 @@ SSLLogLevel info
 <Directory /home/httpd/html/backup>
     Options None
     AllowOverride None
-    AuthName "Restricted"
+    AuthName "IPFire - Restricted"
     AuthType Basic
     AuthUserFile /var/ipfire/auth/users
     require user admin