source: mod_gnutls/test/base_apache.conf @ 33af2b7

asynciodebian/masterdebian/stretch-backportsjessie-backportsmainproxy-ticketupstream
Last change on this file since 33af2b7 was 33af2b7, checked in by Thomas Klute <thomas2.klute@…>, 8 years ago

Test suite: Add tests to "dist" target and support VPATH builds

Supporting VPATH builds requires using $srcdir to find non-generated
data rather than fixed relative paths. If test are not called through
the make system, local defaults must be used. Not changing directories
during tests any more makes this easier.

A few files (e.g. templates, generated CRL) have been moved around to
better match the new structure.

  • Property mode set to 100644
File size: 680 bytes
Line 
1ServerRoot ${PWD}
2
3LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
4CustomLog logs/${TEST_NAME}.access.log combined
5ErrorLog logs/${TEST_NAME}.error.log
6HostnameLookups Off
7PidFile apache2.pid
8KeepAlive Off
9LogLevel debug
10LoadModule mpm_worker_module /usr/lib/apache2/modules/mod_mpm_worker.so
11LoadModule authn_core_module /usr/lib/apache2/modules/mod_authn_core.so
12LoadModule authz_core_module /usr/lib/apache2/modules/mod_authz_core.so
13LoadModule mime_module /usr/lib/apache2/modules/mod_mime.so
14TypesConfig ${srcdir}/mime.types
15
16Listen ${TEST_IP}:${TEST_PORT}
17
18DocumentRoot ${srcdir}/data
19LoadModule gnutls_module ../src/.libs/libmod_gnutls.so
Note: See TracBrowser for help on using the repository browser.