]> git.pld-linux.org Git - packages/apache.git/commitdiff
- changed path to magick file to /etc/httpd/magic,
authorkloczek <kloczek@pld-linux.org>
Wed, 16 Feb 2000 23:13:47 +0000 (23:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cosmetics.

Changed files:
    apache-httpd.conf -> 1.2

apache-httpd.conf

index 2a958a6b59100c8a632209763df612c70c1287d0..dc39fbc5297a62ad8a2dcb1856dfb80686495eab 100644 (file)
@@ -493,7 +493,7 @@ DefaultType text/plain
 # module is part of the server.
 #
 <IfModule mod_mime_magic.c>
-    MIMEMagicFile /usr/share/misc/magic
+       MIMEMagicFile /etc/httpd/magic
 </IfModule>
 
 #
@@ -573,11 +573,11 @@ ServerSignature Email
 Alias /icons/ "/home/httpd/icons/"
 
 <Directory "/home/httpd/icons">
-    Options Indexes MultiViews
-    AllowOverride None
-    Order allow,deny
-    Allow from all
-</Directory>
+       Options Indexes MultiViews
+       AllowOverride None
+       Order allow,deny
+       Allow from all
+/Directory>
 
 #
 # ScriptAlias: This controls which directories contain server scripts.
@@ -594,10 +594,10 @@ ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/"
 # CGI directory exists, if you have that configured.
 #
 <Directory "/home/httpd/cgi-bin">
-    AllowOverride None
-    Options None
-    Order allow,deny
-    Allow from all
+       AllowOverride None
+       Options None
+       Order allow,deny
+       Allow from all
 </Directory>
 
 #
@@ -841,10 +841,10 @@ ErrorDocument 503       /errordocs/503.shtml
 # Change the ".your_domain.com" to match your domain to enable.
 #
 #<Location /server-status>
-#    SetHandler server-status
-#    Order deny,allow
-#    Deny from all
-#    Allow from .your_domain.com
+#      SetHandler server-status
+#      Order deny,allow
+#      Deny from all
+#      Allow from .your_domain.com
 #</Location>
 
 #
@@ -853,10 +853,10 @@ ErrorDocument 503       /errordocs/503.shtml
 # Change the ".your_domain.com" to match your domain to enable.
 #
 #<Location /server-info>
-#    SetHandler server-info
-#    Order deny,allow
-#    Deny from all
-#    Allow from .your_domain.com
+#      SetHandler server-info
+#      Order deny,allow
+#      Deny from all
+#      Allow from .your_domain.com
 #</Location>
 
 #
@@ -867,8 +867,8 @@ ErrorDocument 503       /errordocs/503.shtml
 # support/phf_abuse_log.cgi.
 #
 #<Location /cgi-bin/phf*>
-#    Deny from all
-#    ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi
+#      Deny from all
+#      ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi
 #</Location>
 
 #
@@ -879,9 +879,9 @@ ErrorDocument 503       /errordocs/503.shtml
 #ProxyRequests On
 #
 #<Directory proxy:*>
-#    Order deny,allow
-#    Deny from all
-#    Allow from .your_domain.com
+#      Order deny,allow
+#      Deny from all
+#      Allow from .your_domain.com
 #</Directory>
 
 #
This page took 0.05108 seconds and 4 git commands to generate.