diff options
author | ivan <ivan> | 2004-10-13 05:46:21 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-10-13 05:46:21 +0000 |
commit | bb60bac36854bcd609563dd4b1500bfcdc1449ec (patch) | |
tree | 67a953e2357ea3c3f6ba5e2e0cebcd4a3b2ab312 | |
parent | 25d43f8923b9d7699cab2fe6eba762e7a072cddc (diff) |
apachectl sucks ass
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |