Apache default folder write access


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. sudo usermod -g www-data [YOUR USERNAME]
  2. sudo chown -R www-data:www-data /var/www
  3. sudo chmod -R 775 /var/www

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.