On 1/16/06, loki77 <[EMAIL PROTECTED]> wrote: > > This is done. I'm hoping that there would be a way for this to be done > without having to set a config variable. What if you want both an ssl > & non-ssl version of the site? I'm guessing that the proxy may not > pass that kind of info through, unfortunately, and I may need to look > at using TG w/ FastCGI or SCGI.
I don't know offhand. You can take a look at cherrypy.request.headers and see if any of those tell you something useful about the original URL. If so, we could likely use that to try to reconstruct the URL. Kevin

