]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-httpd.conf
- release 1
[packages/apache.git] / apache-httpd.conf
index 8b643a55d6aadb15d472c09de17513de2844b601..de4003fa58b2a67bedf2fa55c0a3e7d418ace551 100644 (file)
@@ -150,12 +150,6 @@ Listen 80
 
 #BindAddress *
 
-### ExtendedStatus
-# controls whether Apache will generate "full" status information
-# (ExtendedStatus On) or just basic information (ExtendedStatus Off) when
-# the "server-status" handler is called. The default is Off.
-
-#ExtendedStatus On
 
 ### Section 2: Dynamic Shared Object (DSO) Support
 #
@@ -168,6 +162,13 @@ Listen 80
 ClearModuleList
 AddModule mod_so.c
 
+### ExtendedStatus
+# controls whether Apache will generate "full" status information
+# (ExtendedStatus On) or just basic information (ExtendedStatus Off) when
+# the "server-status" handler is called. The default is Off.
+
+#ExtendedStatus On
+
 ### Section 3: 'Main' server configuration
 #
 # The directives in this section set up the values used by the 'main'
@@ -290,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>
@@ -455,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.114367 seconds and 4 git commands to generate.