Skip to content

Commit 4143ab2

Browse files
authored
Prepend host to Listen directive in httpd.conf for CTest (#377)
To follow up on #374
1 parent a0a1092 commit 4143ab2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/httpd.conf.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Redirect /renderd-example-map/leaflet/leaflet.min.js https://unpkg.com/leaflet/d
7373
CustomLog @HTTPD_LOG_ACCESS@ "%h %l %u %t \"%r\" %>s %b"
7474
ErrorLog @HTTPD_LOG_ERROR@
7575
Group @WWW_GROUP_NAME@
76-
Listen @HTTPD0_PORT@
77-
Listen @HTTPD1_PORT@
76+
Listen @HTTPD0_HOST@:@HTTPD0_PORT@
77+
Listen @HTTPD1_HOST@:@HTTPD1_PORT@
7878
LogLevel debug
7979
PidFile @HTTPD_PID@
8080
ServerName localhost

0 commit comments

Comments
 (0)