Hi Hassan, yes, there are two VirtualHost entries. One for port 80 and one for port 443 with SSL engine enabled. Both have the same proxy configuration.
Timo 2010/4/22 Hassan Schroeder <[email protected]>: > On Thu, Apr 22, 2010 at 3:25 AM, Timo Meinen <[email protected]> > wrote: > >> our configuration is a Apache 2.2 web server, acting as a reverse >> proxy for Tomcat 6. This is the configuration: >> ServerName it.localhost.de >> ProxyPass / ajp://127.0.0.1:8009/spike/ >> ProxyPassReverse / ajp://127.0.0.1:8009/spike/ >> ProxyPassReverseCookiePath /spike / > > That's *one* configuration -- do you have this for both the standard > port 80 and SSL port 443? > > In a default 2.2.x install there are separate extra/httpd-vhosts.conf and > extra/httpd-ssl.conf files. > > -- > Hassan Schroeder ------------------------ [email protected] > twitter: @hassan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Glück Auf Timo --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
