Skip to content

Instantly share code, notes, and snippets.

@mkdizajn
Last active December 20, 2015 05:29
Show Gist options
  • Save mkdizajn/6078809 to your computer and use it in GitHub Desktop.
Save mkdizajn/6078809 to your computer and use it in GitHub Desktop.
ubuntu run apache server as a local user
run apache as a local user
sudo nano /etc/apache2/envvars
export APACHE_RUN_USER=kreso
export APACHE_RUN_GROUP=kreso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment