Changeset 6e6a4e4 in mod_gnutls
- Timestamp:
- Mar 31, 2015, 7:07:10 AM (8 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- f84890d
- Parents:
- 7d2123d
- Location:
- test
- Files:
-
- 6 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
test/.gitignore
r7d2123d r6e6a4e4 16 16 *.log 17 17 *.trs 18 test.lock18 *.lock -
test/Makefile.am
r7d2123d r6e6a4e4 19 19 TESTS += test-16_view-status.bash \ 20 20 test-17_cgi_vars_large_cert.bash \ 21 test-18_client_verification_wrong_cert.bash 21 test-18_client_verification_wrong_cert.bash \ 22 test-19_TLS_reverse_proxy.bash 22 23 23 24 clean-local: -
test/base_apache.conf
r7d2123d r6e6a4e4 2 2 3 3 LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined 4 CustomLog logs/${TEST_NAME}.access.log combined 4 CustomLog logs/${TEST_NAME}.access.log combined 5 5 ErrorLog logs/${TEST_NAME}.error.log 6 6 HostnameLookups Off
Note: See TracChangeset
for help on using the changeset viewer.