Re: SSL detection

2001-04-23 Thread Sam Newman
more info). As I said, this worked for me on Linux, more specifically under SuSE 7.0. sam - Original Message - From: "subbu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 24, 2001 3:27 AM Subject: Re: SSL detection > Hello SAM could U please

Re: SSL detection

2001-04-23 Thread subbu
Hello SAM could U please tell me How to configure apache to support SSL (winnt) with love subbu. - Original Message - From: "Sam Newman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 23, 2001 3:59 AM Subject: SSL detection > I have Apache an

Re: SSL detection

2001-04-23 Thread Sam Newman
Message - From: "Jan Labanowski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Jan Labanowski" <[EMAIL PROTECTED]> Sent: Monday, April 23, 2001 2:31 PM Subject: Re: SSL detection > The simpler way would be to put into httpd.conf the block > >

Re: SSL detection

2001-04-23 Thread Jan Labanowski
The simpler way would be to put into httpd.conf the block Order deny,allow Deny from all In the HTTP section (before the SSL section in the httpd.conf) and the block Order deny,allow Allow from all within the HTTPS section (within the SSL section of httpd.conf). You may al

Re: SSL detection

2001-04-23 Thread Sam Newman
e" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 23, 2001 12:34 PM Subject: Re: SSL detection > Hello, > you can check it with the methode "request.isSecure",. > that will give you true or false, make shure you use the ajp13 protocol with &g

Re: SSL detection

2001-04-23 Thread Wolle
Hello, you can check it with the methode "request.isSecure",. that will give you true or false, make shure you use the ajp13 protocol with mod_jk. I don't know how to get the detailed information about the protocol and the key. Greetings, Wolle Sam Newman wrote: > I have Apache and Tomcat runni

SSL detection

2001-04-23 Thread Sam Newman
I have Apache and Tomcat running together under SSL. I now want to create a page which only run under SSL. I want http and https to share the same documents however. My first idea is to simply have a tag handler, which detects the protocol, and if not SSL is simply redirects to a page explaning wh