Skip to content

Commit 52a4b11

Browse files
committed
WIP: Try standalone mode for httpd
1 parent 402716e commit 52a4b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/httpd/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ mkdir /coverage
1515

1616
# start apache httpd server in foreground
1717
echo "Starting httpd..."
18-
/usr/local/apache2/bin/apachectl start
18+
/usr/local/apache2/bin/httpd -X &
1919
tail -f /usr/local/apache2/logs/error_log
2020

0 commit comments

Comments
 (0)