comparison deploy/provision.d/200-apache-start.sh @ 1601:07deb8466f65 deploy

More provisioning docs/tweaks
author Chris Cannam
date Thu, 24 Aug 2017 14:25:03 +0100
parents 94669513c53c
children
comparison
equal deleted inserted replaced
1600:ed9c467ef922 1601:07deb8466f65
1 #!/bin/bash 1 #!/bin/bash
2 2
3 set -e 3 set -e
4 4
5 # Last action: start the webserver 5 # Last action: check & start the webserver
6
7 apache2ctl configtest
6 8
7 apache2ctl restart 9 apache2ctl restart
8 10