Showing posts with label Setup. Show all posts
Showing posts with label Setup. Show all posts

Sunday, June 14, 2015

Run Apache As "Specific User" in Ubuntu

Access Below Command From Terminal
       

         sudo nano /etc/apache2/envvars

       
 

Modify Below Lines
       

         export APACHE_RUN_USER=specific_user
 export APACHE_RUN_GROUP=specific_user