[us...@httpd] location match order

2009-10-20 Thread Phillip Jones
Hi, I asked about this awhile ago but did not receive a response. My end goal is to run trac (http://trac.edgewall.org/) at the server root, while still having other static content or web apps on subdirectories. http://www.example.com/ should display trac http://www.example.com/static should

Re: [us...@httpd] location match order

2009-10-20 Thread Nick Kew
Phillip Jones wrote: Hi, I asked about this awhile ago but did not receive a response. My end goal is to run trac (http://trac.edgewall.org/) at the server root, while still having other static content or web apps on subdirectories. http://www.example.com/ should display trac

Re: [us...@httpd] location match order

2009-10-20 Thread Phillip Jones
I expect a RemoveHandler in a Location /static/ at the bottom of your config might help, if I understand the question aright. many thanks Nick! I knew there had to be a way to get this done, I just didn't know what it was. Since my Location / uses SetHandler mod_python, I first tried