Re: Problem on deploying multi-projects on multi-ports with Apache/mod_python

2009-11-05 Thread Graham Dumpleton
On Nov 5, 8:42 pm, Graham Dumpleton wrote: > On Nov 5, 5:49 pm, Jason wrote: > > > I have 2 projects, and I want to visit project1 at:http://localhost:8080/, > > and visit project2 athttp://localhost:8088/. > > I am not sure if there is a way to do it, but I really need it. I > > really apprec

Re: Problem on deploying multi-projects on multi-ports with Apache/mod_python

2009-11-05 Thread Jason
Dear Graham, Thank you for your time! The problem is solved after I add a ServerName directive to each VirtualHost section. Thanks, Jason On Nov 5, 5:42 pm, Graham Dumpleton wrote: > On Nov 5, 5:49 pm, Jason wrote: > > > I have 2 projects, and I want to visit project1 at:http://localhost:8080