]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
This small patch modifies the log's to use plog instead of pconf.
authorDavid Reid <dreid@apache.org>
Tue, 8 Jan 2002 16:30:16 +0000 (16:30 +0000)
committerDavid Reid <dreid@apache.org>
Tue, 8 Jan 2002 16:30:16 +0000 (16:30 +0000)
commitc229fe732d61befff2a7fad9cc3b7a5e3913deae
tree5157c1fd2d64d365f00543b2e30c91366ee83eee
parenta14a4f5b6612aa102a2733f034bccce26fe23e69
This small patch modifies the log's to use plog instead of pconf.
Basically pconf is cleared at different times from plog, and this
has the effect of leaving stderr closed when going into the next
stage of the config. This also had the effect of allowing FreeBSD
with threads to create a pipe with stderr's fd at one end, and this
resulted in problems with the signal polling and high cpu usage.

In addition, move the clearing of plog from main.c to core.c where
it seems more appropriate.

This solves the first and main problem that FreeBSD has with the
threaded MPM's.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92769 13f79535-47bb-0310-9956-ffa450edef68
server/core.c
server/main.c