diff options
Diffstat (limited to 'www/apache13-modssl/files/apache.sh')
-rw-r--r-- | www/apache13-modssl/files/apache.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache13-modssl/files/apache.sh b/www/apache13-modssl/files/apache.sh index 619918254852..8e6e38810fa8 100644 --- a/www/apache13-modssl/files/apache.sh +++ b/www/apache13-modssl/files/apache.sh @@ -7,10 +7,10 @@ fi case "$1" in start) - [ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start > /dev/null && echo -n ' apache' + [ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl startssl > /dev/null && echo -n ' apache' ;; stop) - [ -r /var/run/httpd.pid ] && ${PREFIX}/apachectl stop > /dev/null && echo -n ' apache' + [ -r /var/run/httpd.pid ] && ${PREFIX}/sbin/apachectl stop > /dev/null && echo -n ' apache' ;; *) echo "Usage: `basename $0` {start|stop}" >&2 |