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 http://www.example.com/static should display static content
I don't see the latter anywhere in your configuration. Only some <Directory> stuff, which <Location /> will override because it takes the configuration right out of your filesystem and into URL-space. I expect a RemoveHandler in a <Location /static/> at the bottom of your config might help, if I understand the question aright. -- Nick Kew --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx