diff options
author | cvsdist <cvsdist@fedoraproject.org> | 2004-09-09 06:16:56 +0000 |
---|---|---|
committer | cvsdist <cvsdist@fedoraproject.org> | 2004-09-09 06:16:56 +0000 |
commit | 6356941d7174ac4cb94ba9bb2d6fe71849128384 (patch) | |
tree | 3f11caf9a87b927bf781f7c08f7a72065718bec2 /httpd.init | |
parent | 2d6a2e5261dd79b1fb2f32ead440dd0425582a75 (diff) | |
download | httpd-FC-2-split.tar.gz httpd-FC-2-split.tar.xz httpd-FC-2-split.zip |
auto-import httpd-2.0.48-10 from httpd-2.0.48-10.src.rpmhttpd-2_0_48-10FC-2-split
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 |