main
Last change
on this file was
37beb92,
checked in by Thomas Klute <thomas2.klute@…>, 6 years ago
|
Test suite: Do not explicitly set the mutex type to "default"
The setting can cause trouble when the mutex type "default" is file
based and its definition includes a path that the build process cannot
write to. This problem caused the Debian build to fail on hurd-i386,
where "default" resolved to "file:/var/run/apache2/" according to the
build log.
According to the HTTPD documentation a run-time file directory
relative to ServerRoot? is used absent an explicit setting, and the
ServerRoot? defined in test/base_apache.conf must be writable for the
test suite anyway.
|
-
Property mode set to
100644
|
File size:
144 bytes
|
Line | |
---|
1 | # This file contains options that are different depending on whether |
---|
2 | # tests use namespaces or not. |
---|
3 | @MUTEX_CONF@ |
---|
4 | PidFile apache2@PID_AFFIX@.pid |
---|
Note: See
TracBrowser
for help on using the repository browser.