Changeset bd1d8d3 in mod_gnutls
- Timestamp:
- Sep 30, 2018, 5:12:02 AM (2 years ago)
- Branches:
- asyncio, debian/master, master, proxy-ticket
- Children:
- 60868d2
- Parents:
- e796121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/base_apache.conf
re796121 rbd1d8d3 3 3 4 4 LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined 5 CustomLog logs/${TEST_NAME}.access.log combined 5 <IfDefine !BACKEND_PORT> 6 # Proxy backend servers have their own access log, prevent 7 # them from writing to the default one. 8 CustomLog logs/${TEST_NAME}.access.log combined 9 </IfDefine> 6 10 ErrorLog logs/${TEST_NAME}.error.log 7 11 HostnameLookups Off
Note: See TracChangeset
for help on using the changeset viewer.