summaryrefslogtreecommitdiff
path: root/server/mpm/config.m4
Commit message (Expand)AuthorAgeFilesLines
* Add a work in progress, a completely new, "Simple MPM".Paul Querna2008-10-281-2/+2
* Bring in basic support for building the winnt MPM under mingw32, using the au...Paul Querna2006-07-151-2/+2
* Remove support for the threaded-mpm's on Linux 2.0, and de-autoconf theColm MacCarthaigh2005-08-231-0/+16
* Add ap_mpm_is_experimental and ap_mpm_is_threaded. Use these instead of chec...Paul Querna2005-03-081-2/+20
* The Event MPM.Paul Querna2004-11-201-3/+3
* clean up the invocation of APR_CHECK_APR_DEFINE()...Jeff Trawick2003-03-071-1/+1
* Perchild has been deemed experimental and has been moved toJustin Erenkrantz2002-04-181-1/+1
* Add warning message when selecting an experimental MPM.Justin Erenkrantz2002-04-161-0/+1
* Added support for the threadpool MPMBrian Pane2002-04-161-3/+3
* Added support for MPMs that live in subdirectories under server/mpmBrian Pane2002-04-121-6/+13
* Update --with-mpm help text wrt available OS/2 MPM name.Brian Havard2002-01-281-1/+1
* We must use absolute paths or we break VPATH builds.Ryan Bloom2001-11-261-1/+1
* Bail out at configure time if an invalid MPM was specified.Jeff Trawick2001-11-211-0/+3
* Get rid of threaded MPM. This commit has the actual code changes.Jeff Trawick2001-11-191-2/+2
* Kill two autoconf-related birds with one commit.Justin Erenkrantz2001-09-301-2/+2
* Use the prefork MPM by default on Unix.Jeff Trawick2001-08-071-1/+1
* Add the worker MPM. The name is probably horrible, but I couldn't comeRyan Bloom2001-07-301-2/+2
* Cosmetics: align the entry of MPMs in "configure --help" outputRalf S. Engelschall2001-05-051-1/+1
* Make Apache check APR's configuration when determining the default MPM.Ryan Bloom2001-04-031-15/+3
* Get rid of Apache's concern for foo_CHECK_SIGWAIT_ONE_ARG.Jeff Trawick2001-02-211-2/+0
* Update APR macro usage to new name-protected names.Roy T. Fielding2001-02-201-1/+1
* Rename the mpmt_pthread module to threaded. This module has moved fromRyan Bloom2001-02-161-3/+3
* Fix some spelling mistakes and remove the mpmt_beos MPM from the config.m4Ryan Bloom2001-02-131-1/+1
* Remove the dexter MPM. This has been replaced with the Perchild MPM.Ryan Bloom2001-02-131-2/+2
* Get Apache to configure completely again. This still doesn't build, butRyan Bloom2000-12-041-2/+2
* Try to organize the MPM pre-selection to the hints.m4 file.Jim Jagielski2000-08-231-9/+3
* Add a new MPM. Currently this is almost an exact copy of the dexter MPM.Ryan Bloom2000-07-271-2/+2
* REmove the mpmt MPM. This also removes all of the config logic requiredRyan Bloom2000-07-251-43/+0
* Fix VPATH buildsSascha Schumann2000-07-231-2/+3
* Remove all pthreads calls from the mpmt MPM prefork emulation. This makesRyan Bloom2000-07-111-3/+4
* Fix building the mpmt MPM. The problem was that IfModule uses the name ofRyan Bloom2000-07-091-0/+14
* Ack. is the variableJim Jagielski2000-07-081-1/+1
* We already depend on these autoconf functionsJim Jagielski2000-07-081-3/+5
* the new "mpmt" MPM is busted. the config system didn't listen to me when IGreg Stein2000-07-081-7/+14
* Initial version of the mpmt MPM. This MPM can emulate dexter, mpmt_pthread,Ryan Bloom2000-07-071-2/+23
* All of Apache uses APR for shared memory, so Apache doesn't need to checkRyan Bloom2000-06-121-1/+0
* Cleanup more of the Apache configuration. This removes all of the sharedRyan Bloom2000-06-101-18/+0
* Change the mmap() feature test to check only for existence.Jeff Trawick2000-06-071-2/+1
* Work around the non-working pthread.h detection on OpenBSD.Sascha Schumann2000-04-301-13/+6
* Add ap_sigwait() to support old-style sigwait().Sascha Schumann2000-04-291-0/+1
* Default to spmt_os2 on OS/2Brian Havard2000-03-031-0/+2
* These changes allow the MPM to be selected based on platform. At present itDavid Reid2000-02-071-1/+5
* Only check for pthreads for mpms that actually need it rather than assumingBrian Havard2000-01-261-2/+2
* Move threads/reentrancy m4 macros into threads.m4. All results are nowSascha Schumann2000-01-161-1/+1
* These changes are committed together, because they depend on each other.Sascha Schumann2000-01-111-22/+21
* Fix the threads check so it works on non-bash shells.Ryan Bloom1999-12-241-1/+1
* Finish the MPM decision logic. This moves the threads checking stuff intoRyan Bloom1999-12-241-0/+12
* First stab at logic to determine which threading library to use. This alsoRyan Bloom1999-12-231-2/+0
* Eliminate the .h.stub files; AC_DEFINE can generate the necessaryManoj Kasichainula1999-12-201-3/+6
* I shouldn't have to explicitly provide an MPM. I am setting the defaultRyan Bloom1999-12-051-2/+4