summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2004-10-12 05:54:28 +0000
committerivan <ivan>2004-10-12 05:54:28 +0000
commit93e53eec9c0385c707760987cc2c6ab179a4ea63 (patch)
treedae30a1bb597aa730645cc476da242924a6565ee /Makefile
parent0f579c6dd47814599dc0c056820265e794890b8b (diff)
update apache restart line for local apache
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec37ba9..0c790b3 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