Authentication with Apache

2002-05-28 Thread Christian Bockermann
Hi ! I have a problem with Apache and Tomcat. I am using mod_webapp to connect my webapp app to the root of my apache /. My application has a structure like /app/public /app/secure /app/WEB-INF Now I want apache to restrict all requests to http://server/app/secure/ to some valid

Re: Problem while retreiving Client Certificate

2002-05-02 Thread Christian Bockermann
Hi ! On Thu, 2002-05-02 at 17:03, Raja Sekhar wrote: Hi Christian, I have added this line in my httpd.conf file. It is as follows : SSLVerifyClient require SSLVerifyDepth 10 SSLOptions +StdEnvVars +ExportCertData But still my problem remains the same. Is it this way I should do