From: Joshua Slive Date: Tue, 29 Nov 2005 16:10:50 +0000 (+0000) Subject: Merge r349747 from trunk: X-Git-Tag: 2.2.1~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4f6d0d45e8d237189c6f06da3ce0bfc2e942f6c;p=thirdparty%2Fapache%2Fhttpd.git Merge r349747 from trunk: Some config file changes: - Make the section safer by adding Satisfy all (as is already present in 1.3) - Remove some handler examples that almost nobody will use (the config file is not the documentation) - Remove some win32 specific stuff from the default config, since win32 uses its own config file - Remove the config section for the perchild mpm git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@349748 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/extra/httpd-mpm.conf.in b/docs/conf/extra/httpd-mpm.conf.in index 54b4906a89c..36b2cf2d6fe 100644 --- a/docs/conf/extra/httpd-mpm.conf.in +++ b/docs/conf/extra/httpd-mpm.conf.in @@ -57,14 +57,6 @@ LockFile @rel_logfiledir@/accept.lock MaxRequestsPerChild 0 -# WinNT MPM -# ThreadsPerChild: constant number of worker threads in the server process -# MaxRequestsPerChild: maximum number of requests a server process serves - - ThreadsPerChild 250 - MaxRequestsPerChild 0 - - # BeOS MPM # StartThreads: how many threads do we initially spawn? # MaxClients: max number of threads we can have (1 thread == 1 client) diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 4eeccb932b3..13b826c4ef4 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -161,6 +161,7 @@ DocumentRoot "@@ServerRoot@@/htdocs" AllowOverride None Order deny,allow Deny from all + Satisfy all # @@ -391,12 +392,6 @@ DefaultType text/plain # #AddHandler cgi-script .cgi - # For files that include their own HTTP headers: - #AddHandler send-as-is asis - - # For server-parsed imagemap files: - #AddHandler imap-file map - # For type maps (negotiated resources): #AddHandler type-map var diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in index a163c70a9b6..a87d09e4060 100644 --- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in @@ -53,7 +53,6 @@ Listen @@Port@@ # @@LoadModule@@ - # # If you wish httpd to run as a different user or group, you must run @@ -66,7 +65,6 @@ Listen @@Port@@ User daemon Group daemon - # 'Main' server configuration # @@ -173,6 +171,7 @@ DocumentRoot "@exp_htdocsdir@" Order allow,deny Deny from all + Satisfy All # @@ -316,12 +315,6 @@ DefaultType text/plain # #AddHandler cgi-script .cgi - # For files that include their own HTTP headers: - #AddHandler send-as-is asis - - # For server-parsed imagemap files: - #AddHandler imap-file map - # For type maps (negotiated resources): #AddHandler type-map var