giving write access to apache2

Giving write access for apache2 (probably this is a quick fix) I would not recommend this in production. Apparently, suPHP is the norm. But for what I am doing, this should suffice:

chgrp -R www-data /var/www
chmod -R g+w /var/www

Comments

Popular posts from this blog

Just learned about rsync

angular.js modules?

Cut/Copy and paste in vi