summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2004-10-13 05:46:21 +0000
committerivan <ivan>2004-10-13 05:46:21 +0000
commitbb60bac36854bcd609563dd4b1500bfcdc1449ec (patch)
tree67a953e2357ea3c3f6ba5e2e0cebcd4a3b2ab312
parent25d43f8923b9d7699cab2fe6eba762e7a072cddc (diff)
apachectl sucks ass
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c790b3e0..9eaa2bbf9 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 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