Skip to content

Instantly share code, notes, and snippets.

@jeserkin
Created January 18, 2013 01:26
Show Gist options
  • Save jeserkin/4561533 to your computer and use it in GitHub Desktop.
Save jeserkin/4561533 to your computer and use it in GitHub Desktop.
Ubuntu 10.10
#export APACHE_RUN_USER=www-data
#export APACHE_RUN_GROUP=www-data
export APACHE_RUN_USER=sandbox
export APACHE_RUN_GROUP=admin
Ubuntu 12.04
export APACHE_RUN_USER=www-data
export APACHE_RUN_GROUP=www-data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment