We have Apache (2.2.3 on RHEL5) slightly hardened - in httpd.conf, "Deny from all" is specified within <Directory "/var/www/html">. This is overridden in the Apache config file for Trac with "Allow from all" within <Location /projects>, where all of our Trac projects reside.
When a user hits the site, a line similar to the following is logged: [<date>] [error] [client <client IP>] client denied by server configuration: /var/www/html/<project>, referer: https://<server>/projects/<project>/ Nothing in the project config or Apache config point to /var/www/html or have a path relative to the web root that doesn't include / projects/. The rendered page source also doesn't include any apparent incorrect links. This seems related to http://lists.edgewall.com/archive/trac/2005-June/003277.html Anyone have any idea what's causing these log entries? Thanks in advance, Nate --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
