Skip to content

Instantly share code, notes, and snippets.

View ThomasLohner's full-sized avatar

Thomas Lohner ThomasLohner

View GitHub Profile
@ThomasLohner
ThomasLohner / apache2.conf
Created April 4, 2016 18:52
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