From 93e53eec9c0385c707760987cc2c6ab179a4ea63 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 12 Oct 2004 05:54:28 +0000 Subject: [PATCH] update apache restart line for local apache --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec37ba9ea..0c790b3e0 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ HTTPD_RESTART = /etc/init.d/apache restart #openbsd #HTTPD_RESTART = kill -TERM `cat /var/www/logs/httpd.pid`; sleep 1; /usr/sbin/httpd -u -DSSL #apache -#HTTPD_RESTART = /usr/local/apache/bin/apachectl restart +#HTTPD_RESTART = /usr/local/apache/bin/apachectl stop; sleep 1; /usr/local/apache/bin/apachectl startssl FREESIDE_RESTART = ${INIT_FILE} restart -- 2.11.0