Skip to content

Instantly share code, notes, and snippets.

@ThomasLohner
Created April 4, 2016 18:52
Show Gist options
  • Save ThomasLohner/39a56ebcb84c9c4a98789bad046bb432 to your computer and use it in GitHub Desktop.
Save ThomasLohner/39a56ebcb84c9c4a98789bad046bb432 to your computer and use it in GitHub Desktop.
Supervisor Apache
[program:apache2]
command=/bin/bash -c "source /etc/apache2/envvars && source /etc/default/apache2 && exec /usr/sbin/apache2 -DFOREGROUND"
auto_start=true
autorestart=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment