Files
runner-images/images/macos/scripts/build/apache.sh
T

9 lines
193 B
Bash
Raw Normal View History

2021-01-26 17:14:31 +03:00
#!/bin/bash -e -o pipefail
source ~/utils/utils.sh
brew_smart_install httpd
2021-01-26 17:14:31 +03:00
sudo sed -Ei '' 's/Listen .*/Listen 80/' $(brew --prefix)/etc/httpd/httpd.conf
invoke_tests "WebServers" "Apache"