diff 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
line wrap: on
line diff
--- a/deploy/provision.d/200-apache-start.sh	Wed Aug 23 11:32:50 2017 +0100
+++ b/deploy/provision.d/200-apache-start.sh	Thu Aug 24 14:25:03 2017 +0100
@@ -2,7 +2,9 @@
 
 set -e
 
-# Last action: start the webserver
+# Last action: check & start the webserver
+
+apache2ctl configtest
 
 apache2ctl restart