trepidity
09-26-2007, 05:06 PM
I am trying to setup two name based virtual hosts in Apache2. Each of them proxies to my JBoss server running on the localhost:8080/appname/. There are two directories/applications each being "http://localhost:8080/appname1/" and "http://localhost:8080/appname2/" for example. Jboss runs them fine, and they both are accesible from the server using localhost. If I use a reverse proxy on each. If I only include one of the two virtualhost.conf files(there is one for each domain/app/etc) the particular one I include works perfect. Doesn't matter which one, which leads me to believe the .conf file is fine. However if I go to include both at the same time, Apache fails to start with no error message anywhere. Anyone have an idea what to do about this? thx ahead of time