]> granicus.if.org Git - apache/commit
check: silence ServerName warnings with MPM DSOs
authorJacob Champion <jchampion@apache.org>
Tue, 7 Feb 2017 19:45:12 +0000 (19:45 +0000)
committerJacob Champion <jchampion@apache.org>
Tue, 7 Feb 2017 19:45:12 +0000 (19:45 +0000)
commit04ce4cacfa38eddc87c55d94e51a3bc71ab63263
tree371eaf9bdca692d18ea9a101b609880321de3bb7
parentdfcc8f39485f157586f23e5ea151a5181cbdbb26
check: silence ServerName warnings with MPM DSOs

When using shared MPMs, `httpd -V` will perform a full configuration
check, which emits warnings when there is no defined ServerName.
Unfortunately the test suite does a -V check for every test section,
spamming the output with noise.

Work around this by just uncommenting the example ServerName in the test
config.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-test-integration@1782066 13f79535-47bb-0310-9956-ffa450edef68
Makefile.in