asynciodebian/masterdebian/stretch-backportsproxy-ticketupstream
Last change
on this file since b28158c was
f2a44d1,
checked in by Thomas Klute <thomas2.klute@…>, 4 years ago
|
Test suite: Set DefaultRuntimeDir? for all Apache instances
According to the Apache documentation, the default run time directory
is relative to ServerRoot?, which will be the build directory of the
mod_gnutls test suite. However, some Apache path layouts end up
setting DEFAULT_REL_RUNTIMEDIR to an absolute path, making this
statement wrong. If such a directory is not writable for the user
running "make check", tests may fail if they need the run time
directory, notably if using file-based mutexes as observed on the
Debian HURD build servers.
|
-
Property mode set to
100644
|
File size:
648 bytes
|
Line | |
---|
1 | ServerRoot ${PWD} |
---|
2 | DefaultRuntimeDir cache/ |
---|
3 | |
---|
4 | LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined |
---|
5 | CustomLog logs/${TEST_NAME}.access.log combined |
---|
6 | ErrorLog logs/${TEST_NAME}.error.log |
---|
7 | HostnameLookups Off |
---|
8 | KeepAlive Off |
---|
9 | LogLevel debug |
---|
10 | LoadModule mpm_worker_module ${AP_LIBEXECDIR}/mod_mpm_worker.so |
---|
11 | LoadModule authn_core_module ${AP_LIBEXECDIR}/mod_authn_core.so |
---|
12 | LoadModule authz_core_module ${AP_LIBEXECDIR}/mod_authz_core.so |
---|
13 | LoadModule mime_module ${AP_LIBEXECDIR}/mod_mime.so |
---|
14 | TypesConfig ${srcdir}/mime.types |
---|
15 | |
---|
16 | Include apache-conf/*.conf |
---|
17 | |
---|
18 | DocumentRoot ${srcdir}/data |
---|
19 | LoadModule gnutls_module ../src/.libs/mod_gnutls.so |
---|
Note: See
TracBrowser
for help on using the repository browser.