History log of /httpd/docs/conf/extra/httpd-mpm.conf.in
Revision Date Author Comments Expand
1ec73fc12d4912ea9f4841c301458454589b32d9 1369808 06-Aug-2012 trawick

The Pidfile directive and ap_log_pid()/ap_remove_pid()/ap_read_pid() now respect DefaultRuntimeDir

c6da1aa212cbf1a0ffc3380024a39851ddfe8ebb 1306841 29-Mar-2012 humbedooh

Updated event mpm configuration to match the defaults in documentation and header definitions. Updated prefork defaults to better match documentation and header definition.

138c55784d2d52c0b89c991175a7623f6123ad91 1306426 28-Mar-2012 humbedooh

Update worker mpm defaults to match documentation and built-in defaults. As per https://issues.apache.org/bugzilla/show_bug.cgi?id=52102

021d92af060084e767f197b33c86e12eadaae4c2 1201158 12-Nov-2011 sf

Set MaxMemFree 2048 by default

3fa816e4832a1c70600bdfd6fc5ef60e9f1c18bb 1137744 20-Jun-2011 sf

Rename MaxClients to MaxRequestWorkers which describes more accurately what it does.

be192cefa381d5bae6868034687471754cb43175 1021924 12-Oct-2010 sf

Rename MaxRequestsPerChild to MaxConnectionsPerChild, which describes more accurately what the directive does. The old name still works but logs a warning.

231ac88d1d84f245a97ff3572c65ab89b06d02e0 955033 15-Jun-2010 rjung

Add a configuration block for Event MPM. Event is now the default MPM for many platforms, so we should provide an explicit configuration. Discussion for good values to follow.

11f2c481e1d57bedb3f758565307501e9a2730dd 883540 24-Nov-2009 trawick

Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex, and WatchdogMutexPath with a single Mutex directive. Add APIs to simplify setup and user customization of APR proc and global mutexes. (See util_mutex.h.) Build-time setting DEFAULT_LOCKFILE is no longer respected; set DEFAULT_REL_RUNTIMEDIR instead. Some existing modules, such as mod_ldap and mod_auth_digest gain configurability for their mutexes.

/httpd/CHANGES /httpd/build/mkconfNW.awk httpd-mpm.conf.in httpd-ssl.conf.in /httpd/docs/conf/httpd.conf.in /httpd/include/ap_mmn.h /httpd/include/ap_slotmem.h /httpd/include/mpm_common.h /httpd/include/util_ldap.h /httpd/include/util_mutex.h /httpd/modules/aaa/mod_auth_digest.c /httpd/modules/core/mod_watchdog.c /httpd/modules/core/mod_watchdog.h /httpd/modules/examples/mod_example_ipc.c /httpd/modules/generators/mod_info.c /httpd/modules/ldap/util_ldap.c /httpd/modules/mappers/mod_rewrite.c /httpd/modules/ssl/mod_ssl.c /httpd/modules/ssl/ssl_engine_config.c /httpd/modules/ssl/ssl_engine_mutex.c /httpd/modules/ssl/ssl_private.h /httpd/modules/ssl/ssl_util_stapling.c /httpd/server/core.c /httpd/server/main.c /httpd/server/mpm/prefork/mpm_default.h /httpd/server/mpm/prefork/prefork.c /httpd/server/mpm/worker/mpm_default.h /httpd/server/mpm/worker/worker.c /httpd/server/mpm_common.c /httpd/server/util_mutex.c /httpd/test/make_sni.sh
c1f462d7c99794eaeaeab3940aa84f36ede3e587 804678 16-Aug-2009 bjh

Bring OS/2 MPM back from the dead. Reverses r758899.

e777c0ded95165b62dc1f37d75420db9257a4399 758899 26-Mar-2009 trawick

remove OS/2 MPM

0827bb5e74b4053883d808b205248e8966536665 758796 26-Mar-2009 trawick

axe BeOS MPM

265aade41a684e5f6277aca47529ccead5ee36dc 730875 03-Jan-2009 rjung

Remove LockFile in default config for all MPMs that do not support it (AP_MPM_WANT_SET_LOCKFILE undefined).

fced022ae03b702f9783246520c3a50c39770729 727761 18-Dec-2008 rjung

Slight fix to r712611: introductory comment should stay above the blocks for the individual MPMs.

501b5187b07198a72f960fba1d7ffd94aa9e742e 712611 10-Nov-2008 pquerna

Add Simple MPM to example mpm config. Submited by: Ryan Phillips <ryan trolocsis.com>

8776efcacb6950e8619b622668735b0af715463c 606133 21-Dec-2007 wrowe

Unix illustrates a default of 150 max childs, so make winnt mpm consistent with this. (Other mpm's should also be reviewed.)

c46196ce9382374d19dd1c631a38d4f5db5d967b 515403 07-Mar-2007 sctemme

Quote any file system path that may have spaces when expanded

a840c01753c48828d932f7662bda724e0287f92e 410761 01-Jun-2006 wrowe

That's the point, isn't it? All mpm's in one basket?

6124cf7dc676f71c8d9b3496828a7c5705e8ea7c 349747 29-Nov-2005 slive

Some config file changes: - Make the <Files> 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

945a9b081610f2b57759231e4cfad7aed62c9326 160696 09-Apr-2005 slive

Merged the simple-conf branch changes r159781:160695 into the trunk.