asyncioproxy-ticket
Last change
on this file since dec05c4 was
dec05c4,
checked in by Fiona Klute <fiona.klute@…>, 17 months ago
|
Test suite: Enable HTTP keep-alive in the test server
Test using the cat pipeline need to specify the "Connection: close"
header to terminate cleanly.
|
-
Property mode set to
100644
|
File size:
925 bytes
|
Rev | Line | |
---|
[33af2b7] | 1 | ServerRoot ${PWD} |
---|
[f2a44d1] | 2 | DefaultRuntimeDir cache/ |
---|
[4b53371] | 3 | |
---|
| 4 | LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined |
---|
[bd1d8d3] | 5 | <IfDefine !BACKEND_PORT> |
---|
| 6 | # Proxy backend servers have their own access log, prevent |
---|
| 7 | # them from writing to the default one. |
---|
| 8 | CustomLog logs/${TEST_NAME}.access.log combined |
---|
| 9 | </IfDefine> |
---|
[4b53371] | 10 | ErrorLog logs/${TEST_NAME}.error.log |
---|
| 11 | HostnameLookups Off |
---|
[dec05c4] | 12 | KeepAlive On |
---|
[4b53371] | 13 | LogLevel debug |
---|
[7813802] | 14 | LoadModule mpm_worker_module ${AP_LIBEXECDIR}/mod_mpm_worker.so |
---|
| 15 | LoadModule authn_core_module ${AP_LIBEXECDIR}/mod_authn_core.so |
---|
| 16 | LoadModule authz_core_module ${AP_LIBEXECDIR}/mod_authz_core.so |
---|
| 17 | LoadModule mime_module ${AP_LIBEXECDIR}/mod_mime.so |
---|
[de1ceab] | 18 | |
---|
| 19 | LoadModule socache_shmcb_module ${AP_LIBEXECDIR}/mod_socache_shmcb.so |
---|
[a6aa387] | 20 | Define DEFAULT_CACHE shmcb:cache/gnutls_cache_${TEST_NAME}(65536) |
---|
[de1ceab] | 21 | |
---|
[33af2b7] | 22 | TypesConfig ${srcdir}/mime.types |
---|
[4b53371] | 23 | |
---|
[cf4e708] | 24 | Include apache-conf/*.conf |
---|
[4b53371] | 25 | |
---|
[33af2b7] | 26 | DocumentRoot ${srcdir}/data |
---|
[eb34ac4] | 27 | LoadModule gnutls_module ../src/.libs/mod_gnutls.so |
---|
Note: See
TracBrowser
for help on using the repository browser.