Displaying 2 results from an estimated 2 matches for "your_value".
Did you mean:
cur_value
2006 Aug 04
0
Re: Passing env var from Apache to Mongrel
...nv var which doesn''t change like
SERVER_NAME, you should be able to access it directly using "request".
However, if your env var is dynamicly set, you can try my way.
I use mod_rewrite to proxy to Mongrel. In your httpd.conf (you need mod_header)
RequestHeader set X_YOUR_ENV your_value
And in Rails access it by
request.env["HTTP_X_YOUR_ENV"]
Hope it helps,
Kevin
On 8/4/06, Yan Sarazin <ysarazin@greenlightmedia.ca> wrote:
> Hi Kevin,
>
> I found a thread you started regarding Passing an env variable from Apache
> to Mongrel using RequestHeader. I wa...
2009 Jul 09
2
naming of columns in R dataframe consisting of mixed data (alphanumeric and numeric)
Hello,
I have an r function that creates the following dataframe tresults2.
Notice that column 1 does not have a column heading.
Tresults2:
[,1]
estparam 18.00000
nullval 20.00000
. . .
ciWidth 2.04622
HalfInterval 1.02311
pertinent code:
results<-cbind( estparam, nullval, t, pv_left, pv_right, pv_two_t,
estse, df, cc, tbox, llim, ulim, ciWidth,