Re: [users@httpd] Wildcard SSL Certificate Traffic Segregation

2011-06-17 Thread Margus Pärt
If you are using only SSL without client (smarotcard etc) authentication, you could to it so: ... ProxyPass / http://localhost/ ProxyPassReverse / http://localhost/ ... (also you should have mod_rpaf taken into use for correct IP-s. You would be doing double proxying, but could have nam

RE: [users@httpd] Wildcard SSL Certificate Traffic Segregation

2011-06-17 Thread Gulati, Sushant
: users@httpd.apache.org Subject: Re: [users@httpd] Wildcard SSL Certificate Traffic Segregation On Fri, Jun 17, 2011 at 2:51 PM, Gulati, Sushant wrote: > First of all I really appreciate all the help I’ve received from this > mailing list. > > > > We have a setup with a Wildca

Re: [users@httpd] Wildcard SSL Certificate Traffic Segregation

2011-06-17 Thread Tom Evans
On Fri, Jun 17, 2011 at 2:51 PM, Gulati, Sushant wrote: > First of all I really appreciate all the help I’ve received from this > mailing list. > > > > We have a setup with a Wildcard SSL certificate for *.mydomain.com. There is > a Tomcat server running in the background integrated with Apache th