On Wed, 2006-02-08 at 10:35 +0000, Gonçalo Marrafa wrote:
> I'm trying to install Trac using mod_python. I followed the instructions
> in the Wiki but Apache only replies "Not Found". It tries to
> open /var/www/projects. It simply ignores de <Location> directive.
> 

You've probably checked both of these, but just in case...

It could be a configuration issue with virtual hosts. If you have any
virtual hosts defined, then make sure your <Location> section is in the
right one.

You can see if Apache really is ignoring your <Location> by putting in
something silly like 'DocumentRoot /tmp/example'.

Also remember that you need to tell Apache to reload its configuration
before your changes take effect.

-- 
Rob Hunter

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to