source: mod_gnutls/test/tests/20_TLS_reverse_proxy_client_auth/apache.conf @ f205c5f

asynciomainproxy-ticket
Last change on this file since f205c5f was a6aa387, checked in by Fiona Klute <fiona.klute@…>, 5 years ago

Test suite: Update cache configuration, ensure unique cache paths

  • Property mode set to 100644
File size: 595 bytes
RevLine 
[33af2b7]1Include ${srcdir}/base_apache.conf
[7813802]2Include ${srcdir}/proxy_mods.conf
[ed82a6a]3
[a6aa387]4GnuTLSCache ${DEFAULT_CACHE}
[ed82a6a]5
[3e04c0b]6<VirtualHost _default_:${TEST_PORT}>
[ed82a6a]7 ServerName ${TEST_HOST}
8 GnuTLSEnable On
9 GnuTLSCertificateFile server/x509.pem
10 GnuTLSKeyFile server/secret.key
11 GnuTLSPriorities NORMAL
12
[a2e3c33]13 GnuTLSProxyEngine              On
[8b472af]14 GnuTLSProxyKeyFile             client/secret.key
15 GnuTLSProxyCertificateFile     client/x509.pem
16 GnuTLSProxyCAFile              authority/x509.pem
[f030883]17 GnuTLSProxyPriorities          NORMAL
[ed82a6a]18 ProxyPass /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/
19 ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/
20</VirtualHost>
Note: See TracBrowser for help on using the repository browser.