manoj 99/07/16 12:45:49
Modified:pthreads/src/main http_main.c
Log:
Ralf noted that accept_mutex_child_init() has to be done before changing
the child's UID for platforms using the flock() mutex. Fix it in this
tree.
Revision ChangesPath
1.93 +2 -1 apache-
ben 99/07/16 11:24:27
Modified:mpm/src Configure
mpm/src/main Makefile.tmpl
mpm/src/modules/mpm/prefork Makefile.tmpl
mpm/src/modules/standard Makefile.tmpl
Log:
Make dependencies work again.
Revision ChangesPath
1.13
rse 99/07/16 03:27:05
Modified:mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c
Log:
Be careful, accept_mutex_child_init() has to be done _before_
unixd_setup_child() switches the process UID, because else under platforms
where the mutex is flock() based this fails...
Rev
martin 99/07/16 01:28:44
Modified:mpm/src/modules/standard mod_cgi.c mod_actions.c
mod_include.c
Log:
Use new module structure
Revision ChangesPath
1.3 +1 -4 apache-2.0/mpm/src/modules/standard/mod_cgi.c
Index: mod_cgi.c
martin 99/07/16 00:15:49
Modified:mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c
Log:
Use new module structure
Revision ChangesPath
1.8 +0 -2
apache-2.0/mpm/src/modules/mpm/mpmt_pthread/mpmt_pthread.c
Index: mpmt_pthread.c
manoj 99/07/15 22:30:36
Modified:mpm/src/include httpd.h
mpm/src/modules/mpm/mpmt_pthread Makefile.tmpl acceptlock.c
mpmt_pthread.h scoreboard.h
mpm/src/modules/mpm/prefork Makefile.tmpl prefork.c
mpm/src/modules/mpm/
manoj 99/07/15 17:24:07
Modified:mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c
Log:
poll+accept without accept serialziation is dangerous, so for the
moment, keep serialization on all the time and get rid of the attempts
to make its usage thread-safe.
Revision Changes