Index of /~stanojr/projects/mod_fakessl

[ICO]NameLast modifiedSizeDescription

[DIR]Parent Directory   -  
[   ]mod_fakessl-0.1.tar.gz 20-Jun-2005 03:45 642  
[   ]mod_fakessl-0.2.tar.gz 05-Aug-2006 01:14 747  
[   ]mod_fakessl-0.3.tar.gz 24-Jun-2008 15:13 753  
[   ]mod_fakessl-0.4.tar.gz 01-Jul-2008 12:38 751  

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