I've googled for this and can't find the answer. I would think this would be a common config, but so far have found nothing. Apologies if it's out there and I just haven't found it yet.

I would like to set up multiple, separate projects thru a virtual host that uses a specific port. Can that be done?

For instance:

<VirtualHost *:8000>
   ServerName my.domain.com
   .
   etc.
</VirtualHost>

And then have multiple projects utilizing my.domain.com:8000 to access the different projects. (and, I'd like to have separate authorization for each project)

I can access a specific project at *:8000 by specifying the exact trac direction in the VirtualHost, but how do you access multiple projects?

thanks,

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

Reply via email to