Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 5aa49a497a101f6a2c02ea401ec84cbe > files > 2

apache-mod_fakessl-0.4-1mdv2009.0.src.rpm

this little apache 2 module is for setting an https flag when you are using
reverse proxy

example

 client -> (http/https) -> revproxy -> (http only) -> apache
                                    -> (http only) -> apache

when client connects through https and revproxy adds "HTTPS: something" header,
this module sets an HTTPS flag in apache
makes use of the HTTPS (in php $_SERVER['HTTPS']) variable