1 | EXTRA_DIST = \ |
---|
2 | 00_basic/apache.conf 00_basic/test.yaml \ |
---|
3 | 01_priorities_config/apache.conf 01_priorities_config/test.yaml \ |
---|
4 | 02_cache_in_vhost/apache.conf 02_cache_in_vhost/fail.server 02_cache_in_vhost/test.yaml \ |
---|
5 | 03_cachetimeout_in_vhost/apache.conf 03_cachetimeout_in_vhost/test.yaml \ |
---|
6 | 04_basic_nosni/apache.conf 04_basic_nosni/test.yaml \ |
---|
7 | 06_verify_sni_a/apache.conf 06_verify_sni_a/test.yaml \ |
---|
8 | 07_verify_sni_b/apache.conf 07_verify_sni_b/test.yaml \ |
---|
9 | 08_verify_no_sni_fallback_to_first_vhost/apache.conf 08_verify_no_sni_fallback_to_first_vhost/test.yaml \ |
---|
10 | 09_verify_no_sni_fails_with_wrong_order/apache.conf 09_verify_no_sni_fails_with_wrong_order/test.yaml \ |
---|
11 | 10_client_verification/apache.conf 10_client_verification/test.yaml \ |
---|
12 | 12_cgi_variables/apache.conf 12_cgi_variables/test.yaml \ |
---|
13 | 13_cgi_variables_no_client_cert/apache.conf 13_cgi_variables_no_client_cert/test.yaml \ |
---|
14 | 14_resume_session/apache.conf 14_resume_session/hooks.py 14_resume_session/test.yaml \ |
---|
15 | 15_basic_msva/apache.conf 15_basic_msva/hooks.py 15_basic_msva/test.yaml \ |
---|
16 | 16_view-status/apache.conf 16_view-status/test.yaml \ |
---|
17 | 17_cgi_vars_large_cert/apache.conf 17_cgi_vars_large_cert/test.yaml \ |
---|
18 | 19_TLS_reverse_proxy/apache.conf 19_TLS_reverse_proxy/backend.conf 19_TLS_reverse_proxy/test.yaml \ |
---|
19 | 20_TLS_reverse_proxy_client_auth/apache.conf 20_TLS_reverse_proxy_client_auth/backend.conf 20_TLS_reverse_proxy_client_auth/test.yaml \ |
---|
20 | 21_TLS_reverse_proxy_wrong_cert/apache.conf 21_TLS_reverse_proxy_wrong_cert/backend.conf 21_TLS_reverse_proxy_wrong_cert/test.yaml \ |
---|
21 | 22_TLS_reverse_proxy_crl_revoke/apache.conf 22_TLS_reverse_proxy_crl_revoke/backend.conf 22_TLS_reverse_proxy_crl_revoke/test.yaml \ |
---|
22 | 23_TLS_reverse_proxy_mismatched_priorities/apache.conf 23_TLS_reverse_proxy_mismatched_priorities/backend.conf 23_TLS_reverse_proxy_mismatched_priorities/test.yaml \ |
---|
23 | 24_pkcs11_cert/apache.conf 24_pkcs11_cert/hooks.py 24_pkcs11_cert/test.yaml \ |
---|
24 | 26_redirect_HTTP_to_HTTPS/apache.conf 26_redirect_HTTP_to_HTTPS/test.yaml \ |
---|
25 | 27_OCSP_server/apache.conf 27_OCSP_server/hooks.py 27_OCSP_server/ocsp.conf 27_OCSP_server/test.yaml \ |
---|
26 | 28_HTTP2_support/apache.conf 28_HTTP2_support/hooks.py \ |
---|
27 | 29_force_handshake_vhost/apache.conf 29_force_handshake_vhost/test.yaml \ |
---|
28 | 30_ip_based_vhosts/apache.conf 30_ip_based_vhosts/hooks.py 30_ip_based_vhosts/test.yaml \ |
---|
29 | 31_vhost_SNI_serveralias_match/apache.conf 31_vhost_SNI_serveralias_match/test.yaml \ |
---|
30 | 32_vhost_SNI_serveralias_mismatch/apache.conf 32_vhost_SNI_serveralias_mismatch/test.yaml \ |
---|
31 | 33_vhost_SNI_serveralias_missinghost/apache.conf 33_vhost_SNI_serveralias_missinghost/test.yaml \ |
---|
32 | 34_TLS_reverse_proxy_h2/apache.conf 34_TLS_reverse_proxy_h2/hooks.py 34_TLS_reverse_proxy_h2/backend.conf 34_TLS_reverse_proxy_h2/test.yaml \ |
---|
33 | 35_client_reauth/apache.conf 35_client_reauth/test.yaml \ |
---|
34 | 36_OCSP_server_nonce/apache.conf 36_OCSP_server_nonce/hooks.py 36_OCSP_server_nonce/ocsp.conf 36_OCSP_server_nonce/test.yaml \ |
---|
35 | 37_TLS_reverse_proxy_resume_session/apache.conf 37_TLS_reverse_proxy_resume_session/backend.conf 37_TLS_reverse_proxy_resume_session/hooks.py 37_TLS_reverse_proxy_resume_session/test.yaml |
---|