asynciodebian/masterproxy-ticket
Last change
on this file since a314ec9 was
97d7c63,
checked in by Thomas Klute <thomas2.klute@…>, 3 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
|
Rev | Line | |
---|
[97d7c63] | 1 | # redefine TEST_PORT before loading the base config |
---|
| 2 | Define TEST_PORT ${BACKEND_PORT} |
---|
| 3 | Include ${srcdir}/base_apache.conf |
---|
| 4 | |
---|
[62ba7f0] | 5 | # common options for proxy backend servers |
---|
| 6 | CustomLog logs/${TEST_NAME}.backend.access.log combined |
---|
| 7 | ErrorLog logs/${TEST_NAME}.backend.error.log |
---|
[f87c1b5] | 8 | PidFile backend@PID_AFFIX@.pid |
---|
Note: See
TracBrowser
for help on using the repository browser.