client denied by server configuration is usually an apache error - I
would check there first.

Make sure you have something like:

<Directory "/usr/local/www/domains">
    Options Indexes FollowSymLinks
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>

in there.


On Mar 9, 7:01 am, Javier Garcia <tirengar...@gmail.com> wrote:
> Hi,
>
> in production when i try to login to a user session of my web app, i get
> an error 500.
>
> This is what i'm founding in the php error log:
>
> [Tue Mar 09 05:47:02 2010] [error] [client 174.37.227.194] client denied
> by server configuration: /home/mainhost/public_html/whm-server-status
> [Tue Mar 09 05:47:02 2010] [error] [client 174.37.227.194] File does not
> exist: /home/mainhost/public_html/403.shtml
>
> Is related to Symfony? Any idea?
>
> Javi

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to