]> granicus.if.org Git - apache/commitdiff
1. Bring us back down into 80 character lines again.
authorJoshua Slive <slive@apache.org>
Mon, 20 May 2002 21:00:26 +0000 (21:00 +0000)
committerJoshua Slive <slive@apache.org>
Mon, 20 May 2002 21:00:26 +0000 (21:00 +0000)
2. Change the incredibly misleading comment for .htaccess.

3. Shorten the comment for IndexOptions.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95192 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd-std.conf.in

index 5a20dee94b8a9fdda1e4583349755f8830d5ef7b..e0318c2ad899ae235b282dc01bfa4e1168cfe68c 100644 (file)
@@ -174,15 +174,15 @@ MaxRequestsPerThread       10000
 </IfModule>    
 
 # NetWare MPM
-# ThreadStackSize ...... Stack size allocated for each worker thread
-# StartThreads ......... Number of worker threads launched at server startup
-# MinSpareThreads ...... Minimum number of idle threads, to handle request spikes
-# MaxSpareThreads ...... Maximum number of idle threads
-# MaxThreads ........... Maximum number of worker threads alive at the same time
-# MaxRequestsPerChild .. Maximum  number of requests a thread serves. It is 
-#                         recommended that the default value of 0 be set for this
-#                         directive on NetWare.  This will allow the thread to 
-#                         continue to service requests indefinitely.                          
+# ThreadStackSize: Stack size allocated for each worker thread
+# StartThreads: Number of worker threads launched at server startup
+# MinSpareThreads: Minimum number of idle threads, to handle request spikes
+# MaxSpareThreads: Maximum number of idle threads
+# MaxThreads: Maximum number of worker threads alive at the same time
+# MaxRequestsPerChild: Maximum  number of requests a thread serves. It is 
+#                      recommended that the default value of 0 be set for this
+#                      directive on NetWare.  This will allow the thread to 
+#                      continue to service requests indefinitely.                          
 <IfModule mpm_netware.c>
 ThreadStackSize      65536
 StartThreads           250
@@ -193,11 +193,11 @@ MaxRequestsPerChild      0
 </IfModule>
 
 # OS/2 MPM
-# StartServers ......... Number of server processes to maintain
-# MinSpareThreads ...... Minimum number of idle threads per process, 
-#                         to handle request spikes
-# MaxSpareThreads ...... Maximum number of idle threads per process
-# MaxRequestsPerChild .. Maximum number of connections per server process
+# StartServers: Number of server processes to maintain
+# MinSpareThreads: Minimum number of idle threads per process, 
+#                  to handle request spikes
+# MaxSpareThreads: Maximum number of idle threads per process
+# MaxRequestsPerChild: Maximum number of connections per server process
 <IfModule mpmt_os2.c>
 StartServers           2
 MinSpareThreads        5
@@ -394,7 +394,8 @@ DirectoryIndex index.html index.html.var
 
 #
 # AccessFileName: The name of the file to look for in each directory
-# for access control information.  See also the AllowOverride directive.
+# for additional configuration directives.  See also the AllowOverride 
+# directive.
 #
 AccessFileName .htaccess
 
@@ -584,10 +585,8 @@ ScriptAlias /cgi-bin/ "@exp_cgidir@/"
 #
 
 #
-# FancyIndexing is whether you want fancy directory indexing or standard.
-# VersionSort is whether files containing version numbers should be 
-# compared in the natural way, so that `apache-1.3.9.tar' is placed before
-# `apache-1.3.12.tar'.
+# IndexOptions: Controls the appearance of server-generated directory
+# listings.
 #
 IndexOptions FancyIndexing VersionSort