diff options
Diffstat (limited to 'httpd.init')
-rwxr-xr-x | httpd.init | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,13 +1,14 @@ #!/bin/bash # -# Startup script for the Apache Web Server +# httpd Startup script for the Apache HTTP Server # # chkconfig: - 85 15 # description: Apache is a World Wide Web server. It is used to serve \ # HTML files and CGI. # processname: httpd -# pidfile: /var/run/httpd.pid # config: /etc/httpd/conf/httpd.conf +# config: /etc/sysconfig/httpd +# pidfile: /var/run/httpd.pid # Source function library. . /etc/rc.d/init.d/functions |