Some more information on this:
 
Essentially the only part missing from the Apache configuration I plan to implement is the error code for the document, and where in the configuration I should put it.
 
I can do minimal experimentation, but if someone can mention a definitive guide for error codes, that would be very helpful.  In the meantime, I will keep searching.
 
Thank you.
Chris
----- Original Message -----
Sent: Friday, December 15, 2000 11:39 AM
Subject: Displaying error page for failure to form SSL connection.

Could someone advise me on the correct method for customizing an error page in Apache?
 
I am managing an application that will only accept https connections. But some users ( IE 5.x with the 56-bit encryption pack installed and SSL 3 turned on) are not able to make a secure connection.
 
I force the https connection by a line in my httpd.conf file:
 
<IfDefine SSL>
<VirtualHost 129.x.x.x:80>
Redirect / https://url.edu
</VirtualHost>
I would like to make Apache to display a page that contains instructions for people who fail to connect to the application so they can handle the error (and stop calling our helpdesk.)
 
Thank you in advance.
 
Chris Crowley
 

Reply via email to