Created
January 18, 2013 01:26
-
-
Save jeserkin/4561533 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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