Re: Apache 2.2 & Tomcat 6.0 on Debian

2009-05-11 Thread Moritz Kobel
Hello, as far as i know, you should provide the IP-address to the VirtualHosts: ServerName www.test2.de ServerName www.test3.de ... - Moritz Am Tuesday den 12. May 2009 schrieb Alexander Diedler: > I got the SSL configuration not to work: > In my 000-defaul

Apache 2.2 & Tomcat 6.0 on Debian

2009-05-11 Thread Alexander Diedler
Hello, I got the SSL configuration not to work: In my 000-default in /apache2/sites-enabled/: NameVirtualHost *:80 ServerName www.test2.de . ServerName www.test3.de . NameVirtualHost *:443 ServerName www.tes