Posts

Showing posts from August, 2010

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