Sam schrieb:
> Sorry...
> 
> I use mod_proxy.

I don't think it's possible then. From what I gather from the 
apache-conf, you can't pass query-variables.

So either you start using mod_rewrite and use %{ENV:variable} to pass 
the variable as url-part (e.g. the first path)

Then in a filter in cherrypy, remove that path-part before dispatch & 
set it into the request (or some threadlocal variable)

Alternatively, one can run cherrypy via mod_wsgi. That should give you 
immediate access to the env of the server-process (unless you run in 
daemon-mode, which will put you in the same position as before)

Diez

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to