Change Apache User in Ubuntu

On Ubuntu/Debian server, apache run as user www-data. When you install Apache web server on your local computer for developement purpose, it may be easier to run Apache as your user. If you run Apache as www-data user, you will need to chmod folders 777 for yoru web application to write to a folder like file upload, creating log files etc..

To change Apache user, edit file

Find and replace www-data with your user name. You can do this with following sed command

Need help with Linux Server or WordPress? We can help!

4 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *