source: mod_gnutls/t/base_apache.conf @ 74212ee

asynciodebian/masterdebian/stretch-backportsjessie-backportsmainproxy-ticketupstream
Last change on this file since 74212ee was 4b53371, checked in by Daniel Kahn Gillmor <dkg@…>, 10 years ago

initial testing framework, with one simple test.

  • Property mode set to 100644
File size: 389 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
7LockFile accept.lock
8PidFile apache2.pid
9KeepAlive Off
10LogLevel debug
11
12Listen ${TEST_IP}:${TEST_PORT}
13
14DocumentRoot data
15LoadModule gnutls_module ../src/.libs/libmod_gnutls.so
Note: See TracBrowser for help on using the repository browser.