We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
host
Listen
httpd.conf
CTest
1 parent a0a1092 commit 4143ab2Copy full SHA for 4143ab2
1 file changed
tests/httpd.conf.in
@@ -73,8 +73,8 @@ Redirect /renderd-example-map/leaflet/leaflet.min.js https://unpkg.com/leaflet/d
73
CustomLog @HTTPD_LOG_ACCESS@ "%h %l %u %t \"%r\" %>s %b"
74
ErrorLog @HTTPD_LOG_ERROR@
75
Group @WWW_GROUP_NAME@
76
-Listen @HTTPD0_PORT@
77
-Listen @HTTPD1_PORT@
+Listen @HTTPD0_HOST@:@HTTPD0_PORT@
+Listen @HTTPD1_HOST@:@HTTPD1_PORT@
78
LogLevel debug
79
PidFile @HTTPD_PID@
80
ServerName localhost
0 commit comments