By default use start/stop commands that are compatible with systemd as well http://sourceforge.net/p/webadmin/bugs/4521/

This commit is contained in:
Jamie Cameron
2014-12-13 10:49:14 -08:00
parent 59f2fd488e
commit 704a70169a

View File

@@ -3,9 +3,9 @@ httpd_dir=/srv/www
httpd_conf=/etc/apache2/httpd.conf
mime_types=/etc/apache2/mime.types
httpd_path=/usr/sbin/httpd2-prefork
start_cmd=/etc/init.d/apache2 start
stop_cmd=/etc/init.d/apache2 stop
apply_cmd=/etc/init.d/apache2 restart
start_cmd=service apache2 start
stop_cmd=service apache2 stop
apply_cmd=service apache2 restart
show_order=0
max_servers=100
test_config=1