for example: when i type http://www.mysite.com i dont need a secury connection, when i type http://www.mysite.com/secure/area i need it with ssl. i tryed some like this:
SSLVerifyClient none SSLCACertificateFile conf/ssl.crt/ca.crt <Location /secure/area> SSLVerifyClient require SSLVerifyDepth 1 </Location> but when i enter in http://www.mysite.com/secure/area the page come like before, without ssl, and i try https://www.mysite.com/secure/area , show a message with page not found. 2008/4/30 Antonio Vidal Ferrer <[EMAIL PROTECTED]>: > Can you define more precisely, what you meant with "don't work"?? What's > exactly the problem? > > > > *From:* Rodrigo Correa de Paiva [mailto:[EMAIL PROTECTED] > *Sent:* miƩrcoles, 30 de abril de 2008 16:32 > *To:* users@httpd.apache.org > *Subject:* [EMAIL PROTECTED] Apache + tomcat + ssl > > > > hi all, > i have a apache 2.0.63 doing load balancer betwen 2 tomcat 6.x, each > tomcat are running 3 applications, now i need 2 of this applications running > with ssl, and the other one without ssl. > I already try some things but none of than works. > Someone have a idea? > TY >