Created
February 3, 2014 17:32
-
-
Save mtthlm/8788355 to your computer and use it in GitHub Desktop.
Apache HTTPD init Script (Stack)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # apache2 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. | |
| /usr/local/stack/httpd/bin/apachectl $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment