Skip to content

Instantly share code, notes, and snippets.

@mtthlm
Created February 3, 2014 17:32
Show Gist options
  • Select an option

  • Save mtthlm/8788355 to your computer and use it in GitHub Desktop.

Select an option

Save mtthlm/8788355 to your computer and use it in GitHub Desktop.
Apache HTTPD init Script (Stack)
#!/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