On Wed, 27 Dec 2000, Stas Bekman wrote: > You are having front/end-back setup, right? If so: > http://thingy.kcilink.com/modperlguide/config/Knowing_the_proxy_pass_ed_Connec.html I use something like RewriteCond %\{SERVER_PORT\} ^443$ RewriteRule ^/appname(.*) http://localhost:1234/appname?secure=1 [P,QSA,L] and then the app can just look at the "secure" parameter. - ask -- ask bjoern hansen - <http://ask.netcetera.dk/> more than 70M impressions per day, <http://valueclick.com>
- http -> https for authentication Joshua Gerth
- Re: http -> https for authentication Stas Bekman
- Re: http -> https for authentication Joshua Gerth
- Re: http -> https for authentication Ask Bjoern Hansen
- Re: http -> https for authentication Michael
- Re: http -> https for authentication Dan Riley