]> git.pld-linux.org Git - packages/apache.git/commitdiff
- added http://localhost/manual/ -> /home/httpd/manual/ alias
authorradek <radek@pld-linux.org>
Sat, 12 Oct 2002 15:38:11 +0000 (15:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-httpd.conf -> 1.20

apache-httpd.conf

index eae55eedd14e0f5aaa0f9b072f95ec891a6752f6..a22c7da5ba47d981e9f146860ada3538c672ba0a 100644 (file)
@@ -456,6 +456,18 @@ Alias /icons/ "/home/httpd/icons/"
        Allow from all
 </Directory>
 
+
+
+
+Alias /manual "/home/httpd/manual"
+
+<Directory "/home/httpd/manual">
+       Options Indexes MultiViews
+       AllowOverride None
+</Directory>
+
+
+
 #
 # ScriptAlias: This controls which directories contain server scripts.
 # ScriptAliases are essentially the same as Aliases, except that
This page took 0.027632 seconds and 4 git commands to generate.