Skip to content

Instantly share code, notes, and snippets.

@carletes
Created August 11, 2010 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carletes/518662 to your computer and use it in GitHub Desktop.
Save carletes/518662 to your computer and use it in GitHub Desktop.
#!/bin/sh
exec 2>&1
exec \
/opt/apache/current/bin/httpd \
-d /service/apache \
-f /service/apache/conf/httpd.conf \
-DNO_DETACH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment