Displaying 1 result from an estimated 1 matches for "x_mybrother_is_jim".
2006 May 16
2
Pass env var from Apache to Mongrel?
I use Apache to serve the static pages and let Mongrel handle Rails
requests via mod_rewrite/proxy. Apache RewriteRule can set
environment variable on the fly, and this is one of the features I
used, set an env var based on domain name.
I used to use SCGI Runner which was fine as the env var was passed to
Rails via scgi protocol. I seems can''t find a way to set env var in
Mongrel on