]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-httpd.conf
- mod_proxy-khk patch with eapi duplicates removed
[packages/apache.git] / apache-httpd.conf
index eae55eedd14e0f5aaa0f9b072f95ec891a6752f6..de4003fa58b2a67bedf2fa55c0a3e7d418ace551 100644 (file)
@@ -291,7 +291,7 @@ UserDir public_html
 # Control access to UserDir directories.  The following is an example
 # for a site where these directories are restricted to read-only.
 #
-#<Directory /home/*/public_html>
+#<Directory /home/users/*/public_html>
 #    AllowOverride FileInfo AuthConfig Limit
 #    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
 #    <Limit GET POST OPTIONS PROPFIND>
@@ -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.025068 seconds and 4 git commands to generate.