asynciomainproxy-ticket
Last change
on this file since c33b0ea was
d762813,
checked in by Fiona Klute <fiona.klute@…>, 3 years ago
|
Test suite: Start fewer server processes
The test suite doesn't need the default three handler processes. In
fact keeping two is a stretch, but I want to keep multiple processes
so there's a chance related bugs will show up in tests.
|
-
Property mode set to
100644
|
File size:
961 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 | <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> |
---|
10 | ErrorLog logs/${TEST_NAME}.error.log |
---|
11 | HostnameLookups Off |
---|
12 | KeepAlive On |
---|
13 | LogLevel debug |
---|
14 | |
---|
15 | LoadModule mpm_worker_module ${AP_LIBEXECDIR}/mod_mpm_worker.so |
---|
16 | StartServers 2 |
---|
17 | MinSpareThreads 10 |
---|
18 | |
---|
19 | LoadModule authn_core_module ${AP_LIBEXECDIR}/mod_authn_core.so |
---|
20 | LoadModule authz_core_module ${AP_LIBEXECDIR}/mod_authz_core.so |
---|
21 | LoadModule mime_module ${AP_LIBEXECDIR}/mod_mime.so |
---|
22 | |
---|
23 | LoadModule socache_shmcb_module ${AP_LIBEXECDIR}/mod_socache_shmcb.so |
---|
24 | Define DEFAULT_CACHE shmcb:cache/gnutls_cache_${TEST_NAME}(65536) |
---|
25 | |
---|
26 | TypesConfig ${srcdir}/mime.types |
---|
27 | |
---|
28 | Include apache-conf/*.conf |
---|
29 | |
---|
30 | DocumentRoot ${srcdir}/data |
---|
31 | LoadModule gnutls_module ../src/.libs/mod_gnutls.so |
---|
Note: See
TracBrowser
for help on using the repository browser.