debian/masterdebian/stretch-backportsjessie-backports
Last change
on this file since e5566dc was
7813802,
checked in by Thomas Klute <thomas2.klute@…>, 6 years ago
|
Test suite: Use AP_LIBEXECDIR to find Apache modules
Distributions install Apache modules to different locations, so hard
coded paths will cause problems. Use the module directory detected by
./configure instead.
|
-
Property mode set to
100644
|
File size:
649 bytes
|
Line | |
---|
1 | ServerRoot ${PWD} |
---|
2 | |
---|
3 | LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined |
---|
4 | CustomLog logs/${TEST_NAME}.access.log combined |
---|
5 | ErrorLog logs/${TEST_NAME}.error.log |
---|
6 | HostnameLookups Off |
---|
7 | PidFile apache2.pid |
---|
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 | Listen ${TEST_IP}:${TEST_PORT} |
---|
17 | |
---|
18 | DocumentRoot ${srcdir}/data |
---|
19 | LoadModule gnutls_module ../src/.libs/libmod_gnutls.so |
---|
Note: See
TracBrowser
for help on using the repository browser.