source: mod_gnutls/test/proxy_backend.conf.in @ b6ce8ad

main mod_gnutls/0.12.0
Last change on this file since b6ce8ad 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: 372 bytes
Line 
1# redefine TEST_PORT before loading the base config
2Define  TEST_PORT       ${BACKEND_PORT}
3Include ${srcdir}/base_apache.conf
4
5Define  BACKEND_CACHE   shmcb:cache/gnutls_cache_${TEST_NAME}_backend(65536)
6
7# common options for proxy backend servers
8CustomLog       logs/${TEST_NAME}.backend.access.log combined
9ErrorLog        logs/${TEST_NAME}.backend.error.log
10PidFile         backend@PID_AFFIX@.pid
Note: See TracBrowser for help on using the repository browser.