asynciodebian/masterdebian/stretch-backportsjessie-backportsproxy-ticketupstream
Last change
on this file since 725e9af was
ddf6027,
checked in by Thomas Klute <thomas2.klute@…>, 5 years ago
|
Test suite: Move Listen configuration to test/apache-conf/
This simplifies the base configuration a bit.
|
-
Property mode set to
100644
|
File size:
626 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 | KeepAlive Off |
---|
8 | LogLevel debug |
---|
9 | LoadModule mpm_worker_module ${AP_LIBEXECDIR}/mod_mpm_worker.so |
---|
10 | LoadModule authn_core_module ${AP_LIBEXECDIR}/mod_authn_core.so |
---|
11 | LoadModule authz_core_module ${AP_LIBEXECDIR}/mod_authz_core.so |
---|
12 | LoadModule mime_module ${AP_LIBEXECDIR}/mod_mime.so |
---|
13 | TypesConfig ${srcdir}/mime.types |
---|
14 | |
---|
15 | Include apache-conf/*.conf |
---|
16 | |
---|
17 | DocumentRoot ${srcdir}/data |
---|
18 | LoadModule gnutls_module ../src/.libs/libmod_gnutls.so |
---|
Note: See
TracBrowser
for help on using the repository browser.