summaryrefslogtreecommitdiffstats
path: root/httpd.init
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.init')
-rwxr-xr-xhttpd.init5
1 files changed, 3 insertions, 2 deletions
diff --git a/httpd.init b/httpd.init
index d6c3f25..cf65f48 100755
--- a/httpd.init
+++ b/httpd.init
@@ -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