asynciodebian/masterdebian/stretch-backportsjessie-backportsmainmsvaproxy-ticketupstream
Last change
on this file since 6ef3afc was
6ef3afc,
checked in by Daniel Kahn Gillmor <dkg@…>, 10 years ago
|
added tests that cover passing environment variables to the CGI script
|
-
Property mode set to
100644
|
File size:
481 bytes
|
Line | |
---|
1 | Include ${PWD}/../../base_apache.conf |
---|
2 | |
---|
3 | LoadModule cgi_module /usr/lib/apache2/modules/mod_cgi.so |
---|
4 | LoadModule mime_module /usr/lib/apache2/modules/mod_mime.so |
---|
5 | |
---|
6 | AddHandler cgi-script .cgi |
---|
7 | |
---|
8 | GnuTLSCache dbm cache/gnutls_cache |
---|
9 | |
---|
10 | <VirtualHost ${TEST_IP}:${TEST_PORT}> |
---|
11 | ServerName ${TEST_HOST} |
---|
12 | GnuTLSEnable On |
---|
13 | GnuTLSCertificateFile server/x509.pem |
---|
14 | GnuTLSKeyFile server/secret.key |
---|
15 | GnuTLSPriorities NORMAL |
---|
16 | GnuTLSClientCAFile authority/x509.pem |
---|
17 | GnuTLSClientVerify request |
---|
18 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.