summaryrefslogtreecommitdiffstats
path: root/server/mpm/prefork (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* carry over from 1.3: disable profiling in the parent process #ifdef GPROFDoug MacEachern2001-11-291-0/+5
* fix chdir_for_gprof() to s/dir/use_dir/ for chdir()Doug MacEachern2001-11-201-1/+1
* Get mod_cgid killed when a MPM exits due to a fatal error.Jeff Trawick2001-11-171-1/+4
* Pull lingering close out of the pool cleanup phase. This was causing tooRyan Bloom2001-11-151-0/+1
* Allow modules that add sockets to the ap_listeners list toRyan Bloom2001-11-132-130/+23
* Add the server_rec argument back to the create_connection hook.Ryan Bloom2001-11-131-1/+1
* don't use a variable named stat, it can cause problems on some platforms.Ryan Bloom2001-11-131-9/+9
* Back out my last patch. The logic to add sockets to pollsets is back inRyan Bloom2001-11-131-3/+7
* This allows modules to add socket descriptors to the pollset. I haveRyan Bloom2001-11-131-7/+3
* Remove commas from the end of the macros that defineRyan Bloom2001-11-131-2/+2
* Remove more network logic from the MPMs. Essentially, each MPM can defineRyan Bloom2001-11-132-2/+1
* Begin to abstract out the underlying transport layer.Ryan Bloom2001-11-131-2/+1
* minor tweaks to pass a parm of the right type to apr_poll() andJeff Trawick2001-11-111-3/+4
* in prefork, listensocks[0] doesn't have a podJeff Trawick2001-11-111-3/+3
* Remove ap_lingering_close from all of the MPMs. This is now done asRyan Bloom2001-11-101-1/+0
* Move prefork to the same API as the rest of the MPMs for setting upRyan Bloom2001-11-101-100/+70
* Fix the spelling of the AP_MPMQ_MIN_SPARE_DAEMONS andCliff Woolley2001-11-071-2/+2
* These comments are pretty much useless now AFAICT.Cliff Woolley2001-11-061-28/+0
* Fix the reporting for child processes that die. This removesRyan Bloom2001-10-231-5/+7
* Exit when we can't listen on any of the configured ports. ThisJeff Trawick2001-10-161-14/+10
* fix another seg fault.Greg Ames2001-10-111-6/+8
* prefork: Don't segfault when we are able to listen on some butJeff Trawick2001-10-101-5/+7
* Switch back to SIGUSR1 for graceful restarts on all platforms thatJustin Erenkrantz2001-09-191-16/+17
* Add -X functionality back to httpd.Justin Erenkrantz2001-08-301-9/+14
* Update the comments regarding -DONE_PROCESS and -DNO_DETACH sinceCliff Woolley2001-08-301-4/+6
* The prefork and OS/2 MPMs are overwriting the pid file when a second copyPaul J. Reder2001-08-201-2/+3
* Update the Apache code to account for the XtOffset change in APR.Ryan Bloom2001-08-191-1/+1
* The Unix MPMs other than perchild now allow child serverJeff Trawick2001-08-161-0/+14
* namespace-protect accept_lock_mechJeff Trawick2001-08-141-1/+1
* change the name of AP_MPM_NEEDS_RECLAIM_CHILD_PROCESSES toJeff Trawick2001-08-131-1/+1
* allow non-Unix MPMs to use mpm_common.c by not automaticallyJeff Trawick2001-08-131-0/+2
* Begin to sanitize the MPM configuration directives. Now, allRyan Bloom2001-08-132-136/+7
* record something in the error log if the parent process seg faultsGreg Ames2001-08-101-1/+8
* Make scoreboard creation a hook. This allows managementRyan Bloom2001-07-181-1/+1
* Changed AP_MPMQ_MAX_DAEMONS to refer to MaxClients andPaul J. Reder2001-07-181-1/+4
* Remove a couple fields from the scoreboard that aren't currently used.Ryan Bloom2001-07-161-6/+0
* Check the pod after processing a connection so that we'll go awayJeff Trawick2001-07-101-14/+10
* Add additional query datum to the MPMs.William A. Rowe Jr2001-06-271-0/+15
* add the AcceptMutex directive and related processing to prefork MPMJeff Trawick2001-06-261-1/+55
* fix a comment describing how we kill off a single child processJeff Trawick2001-06-261-1/+1
* fix some more signalling issues:Jeff Trawick2001-06-141-9/+4
* For SIGHUP in the server processes, we attempt to go away immediately,Jeff Trawick2001-06-141-12/+3
* fix a bad call to ap_log_error (missing the errno/apr_status_t parameter)Jeff Trawick2001-06-141-2/+2
* catch SIGWINCH in the parent process and set appropriate flagsJeff Trawick2001-06-141-3/+11
* fix a format string used for apr_status_tJeff Trawick2001-06-141-1/+1
* fix the bindprocessor() code selection; we need to test for theJeff Trawick2001-06-121-5/+7
* Make the processor unbinding/re-binding stuff on AIX work again.Victor J. Orlikowski2001-06-111-1/+1
* check the pod in the child at a different spot so that we check itJeff Trawick2001-06-071-2/+2
* First pass at the pipe_of_death logic for the prefork MPM. This doesRyan Bloom2001-06-072-36/+32
* Fix some broken logic in the prefork MPM. Basically, in the past, if weRyan Bloom2001-06-041-1/+0