To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / deploy / provision.d / 200-apache-start.sh @ 1604:2162f6ff8580

History | View | Annotate | Download (108 Bytes)

1
#!/bin/bash
2

    
3
set -e
4

    
5
# Last action: check & start the webserver
6

    
7
apache2ctl configtest
8

    
9
apache2ctl restart
10