asyncioproxy-ticket
Last change
on this file since c825c3a was
c825c3a,
checked in by Fiona Klute <fiona.klute@…>, 20 months ago
|
Test suite: Move directory for server identity into authority directory
|
-
Property mode set to
100644
|
File size:
656 bytes
|
Rev | Line | |
---|
[0062ede] | 1 | Include ${srcdir}/base_apache.conf |
---|
| 2 | |
---|
| 3 | GnuTLSCache ${DEFAULT_CACHE} |
---|
| 4 | |
---|
[99eb567] | 5 | LoadModule rewrite_module ${AP_LIBEXECDIR}/mod_rewrite.so |
---|
| 6 | |
---|
[0062ede] | 7 | <VirtualHost ${VHOST1_IP}:${TEST_PORT}> |
---|
| 8 | ServerName ${TEST_HOST} |
---|
| 9 | GnuTLSEnable On |
---|
[c825c3a] | 10 | GnuTLSCertificateFile authority/server/x509.pem |
---|
| 11 | GnuTLSKeyFile authority/server/secret.key |
---|
[0062ede] | 12 | </VirtualHost> |
---|
| 13 | |
---|
| 14 | <VirtualHost ${VHOST2_IP}:${TEST_PORT}> |
---|
| 15 | ServerName ${TEST_HOST} |
---|
| 16 | GnuTLSEnable On |
---|
[c825c3a] | 17 | GnuTLSCertificateFile authority/server/x509.pem |
---|
| 18 | GnuTLSKeyFile authority/server/secret.key |
---|
[0062ede] | 19 | |
---|
[99eb567] | 20 | # Use mod_rewrite to set up a path that will work only on this |
---|
| 21 | # virtual host |
---|
| 22 | RewriteEngine On |
---|
| 23 | RewriteRule "^/vhost/test\.txt$" "/test.txt" [PT] |
---|
[0062ede] | 24 | </VirtualHost> |
---|
Note: See
TracBrowser
for help on using the repository browser.