client denied by server configuration
Today I got sth like this after configuring a vhost, it was stragne, because I didn’t noticed anything like that before (I have about 10 vhosts more, and the problem was only with this one).
/var/log/httpd/error_log
[Mon Apr 07 14:53:42 2008] [error] [client 192.168.0.68] client denied by server configuration: /home/users/dumie/file.txt
The information from browser was “access denied”. First I was thinking about privilages, but even chmod 777 to whole path didn’t work. The only difference was that this vhost pointed to homedir not to special directory made for www users.
After checking documentation the solution was adding a
<directory /home/users/dumie>
allow from all
</directory>
into the <VirtualHost> </VirtualHost> section
http://www.raditha.com/blog/archives/000896.html
you saved me some grief by posting this. thanks!
You rule!
Thank you for that, I knew it was something with the tag’s, but I wasn’t 100% sure of what aspect I needed to add… Thanks a ton.
Thanks a ton for posting this. I was pulling out my hair. Ugh.
Thanks again.
thanks, help me out!
saved my bacon
thanks a million for the info…been looking for a fx and foudn it here!
Thank, you tip was just what I needed..
John..