asynciodebian/masterproxy-ticket
Last change
on this file since 56c722f was
97d7c63,
checked in by Thomas Klute <thomas2.klute@…>, 4 years ago
|
Test suite: Port config for proxy backend in Makefile and Apache config
The shell function for server start does not need to care about the
port assignment any more, simplifying the code.
|
-
Property mode set to
100644
|
File size:
297 bytes
|
Line | |
---|
1 | # redefine TEST_PORT before loading the base config |
---|
2 | Define TEST_PORT ${BACKEND_PORT} |
---|
3 | Include ${srcdir}/base_apache.conf |
---|
4 | |
---|
5 | # common options for proxy backend servers |
---|
6 | CustomLog logs/${TEST_NAME}.backend.access.log combined |
---|
7 | ErrorLog logs/${TEST_NAME}.backend.error.log |
---|
8 | PidFile backend@PID_AFFIX@.pid |
---|
Note: See
TracBrowser
for help on using the repository browser.