[EMAIL PROTECTED] safe .htaccess permissions

2006-05-20 Thread mantasman
hi, i'm setting up a shared www server under debian with apache2.0 . In order to make it secure, i use suExec and all users' files are chmoded to 770. but i must keep .htaccess and passwords files chmoded as 774. otherwise, apache gives forbidden error and logs say: pcfg_openfile: unable to check

Re: [EMAIL PROTECTED] safe .htaccess permissions

2006-05-20 Thread Bill Jones
On 5/20/06, mantasman [EMAIL PROTECTED] wrote: hi, i'm setting up a shared www server under debian with apache2.0 . In order to make it secure, i use suExec and all users' files are chmoded to 770. but i must keep .htaccess and passwords files chmoded as 774. otherwise, apache gives forbidden

Re: [EMAIL PROTECTED] safe .htaccess permissions

2006-05-20 Thread mantasman
I've solved .htaccess problem by adding www-data user to virtualuser_1 group. However, i'm having another problem now. I've disabled global error log. my virtual hosts contain line: ErrorLog /full/path/to/error_log however, all errors are logged into /etc/apache2/logs/error_log . What's wrong