</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
</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
#
# 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
#
#
-# 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