Last active
December 20, 2015 05:29
-
-
Save mkdizajn/6078809 to your computer and use it in GitHub Desktop.
ubuntu run apache server as a local user
This file contains 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
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