Wouldn't it work to just add your regular user to apche's group (www
in my config) and change the group's permissions.

######
usermod -Gwww <regularUser>

su

chmod -R g=w /srv

# this is necessary in my distro cause everything is owned by root by default.

chgrp -R www /srv

######


Now I'm not a security guru or anything, but it seems like we want
Apache to run with it's default settings and we mainly don't want
outsiders writing to our server directory.
_______________________________________________
EUGLUG mailing list
[email protected]
http://www.euglug.org/mailman/listinfo/euglug

Reply via email to