source: mod_gnutls/test/tests/21_TLS_reverse_proxy_wrong_cert/apache.conf @ a6aa387

asynciodebian/mastermainproxy-ticket
Last change on this file since a6aa387 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: 509 bytes
Line 
1Include ${srcdir}/base_apache.conf
2Include ${srcdir}/proxy_mods.conf
3
4GnuTLSCache ${DEFAULT_CACHE}
5
6<VirtualHost _default_:${TEST_PORT}>
7 ServerName ${TEST_HOST}
8 GnuTLSEnable On
9 GnuTLSCertificateFile server/x509.pem
10 GnuTLSKeyFile server/secret.key
11 GnuTLSPriorities NORMAL
12
13 GnuTLSProxyEngine      On
14 GnuTLSProxyCAFile      authority/x509.pem
15 GnuTLSProxyPriorities  NORMAL
16 ProxyPass /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/
17 ProxyPassReverse /proxy/ https://${BACKEND_HOST}:${BACKEND_PORT}/
18</VirtualHost>
Note: See TracBrowser for help on using the repository browser.