asynciodebian/masterdebian/stretch-backportsjessie-backportsproxy-ticketupstream
Last change
on this file since f21d2a6 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
|
Rev | Line | |
---|
[33af2b7] | 1 | ServerRoot ${PWD} |
---|
[4b53371] | 2 | |
---|
| 3 | LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined |
---|
[6e6a4e4] | 4 | CustomLog logs/${TEST_NAME}.access.log combined |
---|
[4b53371] | 5 | ErrorLog logs/${TEST_NAME}.error.log |
---|
| 6 | HostnameLookups Off |
---|
| 7 | PidFile apache2.pid |
---|
| 8 | KeepAlive Off |
---|
| 9 | LogLevel debug |
---|
[7813802] | 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 |
---|
[33af2b7] | 14 | TypesConfig ${srcdir}/mime.types |
---|
[4b53371] | 15 | |
---|
| 16 | Listen ${TEST_IP}:${TEST_PORT} |
---|
| 17 | |
---|
[33af2b7] | 18 | DocumentRoot ${srcdir}/data |
---|
[4b53371] | 19 | LoadModule gnutls_module ../src/.libs/libmod_gnutls.so |
---|
Note: See
TracBrowser
for help on using the repository browser.