On Jan 3, 2006, at 9:22 AM, Matthew Good wrote:
No, as stated in the previous response, you need to change the
<Directory> block to a <Location> block, such as in all the
configuration examples on the Trac site.
From the Apache docs:
* If you are attempting to match objects at the filesystem level then
you must use <Directory> and/or <Files>.
* If you are attempting to match objects at the URL level then you
must
use <Location>
You are trying to match URLs at "/", not the "/" directory of the
filesystem, so you need to use <Location>.
Right, but just for the record, the <Directory /var/trac/monex>
version also works, at least in our experience.
(And is probably the same, given the DocumentRoot configuration.)
Cheers!
--Chris Ryland / Em Software, Inc. / www.emsoftware.com
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac