asynciodebian/masterdebian/stretch-backportsjessie-backportsmainproxy-ticketupstream
Last change
on this file since 8dcf888 was
8dcf888,
checked in by Thomas Klute <thomas2.klute@…>, 8 years ago
|
Rename test suite directory from t/ to test/
This is the same name Apache uses for the test directory.
|
-
Property mode set to
100644
|
File size:
483 bytes
|
Line | |
---|
1 | Include ${PWD}/../../base_apache.conf |
---|
2 | |
---|
3 | LoadModule cgi_module /usr/lib/apache2/modules/mod_cgi.so |
---|
4 | |
---|
5 | AddHandler cgi-script .cgi |
---|
6 | |
---|
7 | GnuTLSCache dbm cache/gnutls_cache |
---|
8 | |
---|
9 | <Directory ${PWD}/../../data> |
---|
10 | Options +ExecCGI |
---|
11 | </Directory> |
---|
12 | |
---|
13 | <VirtualHost ${TEST_IP}:${TEST_PORT}> |
---|
14 | ServerName ${TEST_HOST} |
---|
15 | GnuTLSEnable On |
---|
16 | GnuTLSCertificateFile server/x509.pem |
---|
17 | GnuTLSKeyFile server/secret.key |
---|
18 | GnuTLSPriorities NORMAL |
---|
19 | GnuTLSClientCAFile authority/x509.pem |
---|
20 | GnuTLSClientVerify request |
---|
21 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.