Re: Please help with http - https redirection

2007-10-15 Thread Brian Hayward
If all you want to do is redirect / on your non-SSL Port to / on your SSL port, you could use a zero second redirect. e.g. put this in your index.html for the port 80 virtual host: meta http-equiv=refresh content=0;url=https://devl02.mydomain.com/; / And have your real content in a different

[warn] (45)Deadlock situation detected/avoided: Failed to acquire SSL session cache lock

2007-05-08 Thread Brian Hayward
Any suggestions on the above warning? This happens quite a bit under very heavy load. We use shmcb cache (512000). Thanks, Brian Hayward __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support