update apache restart line for local apache
authorivan <ivan>
Tue, 12 Oct 2004 05:54:29 +0000 (05:54 +0000)
committerivan <ivan>
Tue, 12 Oct 2004 05:54:29 +0000 (05:54 +0000)
Makefile

index 19a73b0..dc53d7e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,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