Hi,

I have a virtual-hosted server which uses a VirtualDocumentRoot config to host many hostnames via per-hostname directories in a single dir, ex
  /mywebs/sitename1.com/htdocs
  /mywebs/sitename2.com/htdocs

I'd like to use Trac in conjunction with this, to also serve up a http://sitename1.com/trac service for each site, which is virtualised (creating the Trac instance manually for each site).

Is there a known mod_redirect recipe to implement this?

Suspect I need to replace my nice easy VirtualDocumentRoot line with a proper mod_redirect solution to make it go. I've read there are issues with combining virtualdocroot and mod_redirect.

http://trac.edgewall.org/ticket/2370 mentions this, but seems to be just a nascent suggestion. Is there a solution?

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

Reply via email to