Re: mod_perl and ssl

2006-09-13 Thread Jonathan Vanasco
in the past I've done: all port 80 and port 443 through proxy. SSL decrypted on proxy server. proxy server reverse proxies to mod_perl server. all port 80 through proxy. SSL decrypted on mod_perl mod_perl handles SSL as well. no proxy server. mp on port 80. mp SSL on 443 You

mod_perl and ssl

2006-09-12 Thread Jordan McLain
Hello all, I am trying to put together a server setup for mod_perl, ssl and static images. Here is my scenario: The application I have written has taken off, so I am converting it to mod_perl (not a problem, I have most of the code ported to modules on a test machine and find mod_perl to be not