421dfc1089a8 — Peter Sanchez 13 years ago
Added apache configtest
1 files changed, 1 insertions(+), 0 deletions(-)

M fabfile.py
M fabfile.py +1 -0
@@ 266,6 266,7 @@ def restart_webserver():
     _run, _sudo = _get_cmds()
 
     if not _is_local():
+        _sudo('apache2ctl configtest')
         _sudo('service apache2 restart')