]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
PR61009: be as helpful as possible during -V operation
authorJacob Champion <jchampion@apache.org>
Wed, 19 Apr 2017 20:38:26 +0000 (20:38 +0000)
committerJacob Champion <jchampion@apache.org>
Wed, 19 Apr 2017 20:38:26 +0000 (20:38 +0000)
commit58b127de3fa98957fcc9c4d085fc54af5b39565d
tree8be91dae15b78abf232a084aa52fef12c6a92af3
parentf90daed529a5967d4626c5499589b7293aedeb13
PR61009: be as helpful as possible during -V operation

A configtest isn't useful if you're just trying to get compile settings.
Move the settings dump up to just after ap_read_config(), which has
already done the minimum necessary to figure out which MPM is in use.

Even if ap_read_config() failed, still print as many compile settings as
we can. The user will see the error log entry on stderr.

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