]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-mod_alias.conf
rel 15; builds
[packages/apache1.git] / apache1-mod_alias.conf
index ee988c4f00a5779854450366578d99e15dcbe8f4..b8ecbd2a63f36b50f6093377a60efa0bf9d5f254 100644 (file)
@@ -5,25 +5,19 @@
 # Alias fakename realname
 #
 # Note that if you include a trailing / on fakename then the server will
-# require it to be present in the URL.  So "/icons" isn't aliased in this
-# example, only "/icons/"..
+# require it to be present in the URL.  So "/manual" isn't aliased in this
+# example, only "/manual/"..
 #
-Alias /icons/ "/home/services/apache/icons/"
-
-<Directory "/home/services/apache/icons">
-       Options Indexes MultiViews
-       AllowOverride None
-       Order allow,deny
-       Allow from all
-</Directory>
 
 Alias /manual/ "/usr/share/apache1-manual/"
 <Directory "/usr/share/apache1-manual">
        Options Indexes MultiViews
        AllowOverride None
-       order deny,allow
-       deny from all
-       allow from 127.0.0.1
+       <IfModule mod_access.c>
+               Order deny,allow
+               Deny from all
+               Allow from 127.0.0.1
+       </IfModule>
 </Directory>
 
 </IfModule>
This page took 0.260055 seconds and 4 git commands to generate.