1 --- support/apachectl.in.~1~ 2014-02-25 11:44:59.574755606 +0400
2 +++ support/apachectl.in 2014-02-25 11:45:20.741191115 +0400
7 +if [ ! -d "@exp_runtimedir@" ]; then
8 + mkdir -p @exp_runtimedir@
9 + chown -R webservd @exp_runtimedir@
10 + chgrp -R webservd @exp_runtimedir@
14 start|stop|restart|graceful|graceful-stop)