3 # source application-specific settings
4 [ -f /etc
/conf.d
/apache13
] && .
/etc
/conf.d
/apache13
12 stat_busy
"Starting HTTP Daemon"
13 if [ "$HTTPD_USE_SSL" = "yes" -o "$HTTPD_USE_SSL" = "YES" ]; then
14 apachectl13 startssl
&>/dev
/null
16 apachectl13 start
&>/dev
/null
26 stat_busy
"Stopping HTTP Daemon"
27 apachectl13 stop
&>/dev
/null
41 if [ -f /var
/run
/apache13
/httpd.pid
]; then
42 status
"Reloading HTTP Configuration" kill -HUP `cat /var/run/apache13/httpd.pid`
46 echo "usage: $0 {start|stop|restart|reload}"