summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2004-10-13 05:46:22 +0000
committerivan <ivan>2004-10-13 05:46:22 +0000
commit297859d9f2e121bc310b2c0ff1fc2cf4329f4943 (patch)
tree1821782f59c18cfa2d561affd2536e69873d66c3
parent256a89fc37c3d6a16518d833adef3a8bacaf3f5d (diff)
apachectl sucks ass
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc53d7e..77fbf6b 100644
--- 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 stop; sleep 1; /usr/local/apache/bin/apachectl startssl
+#HTTPD_RESTART = /usr/local/apache/bin/apachectl stop; sleep 10; /usr/local/apache/bin/apachectl startssl
FREESIDE_RESTART = ${INIT_FILE} restart