RubySetEnv
"Dennis Sutch" <[email protected]> Sat, 5 May 2007 20:50:32 -0400
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
------=_Part_71592_4140281.1178412632771
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
RubySetEnv doesn't seem to be working.
I have a hander with the following code:
ENV.sort.each do |variable|
request.write( "<li>#{variable[0]} = #{variable[1]}</li>" )
end
This displays all of the environment variables. When I add RubySetEnv
statements to the Apache configuration, no additional variables show up.
Any suggestions?
Thanks.
--
Dennis Sutch
[email protected]
------=_Part_71592_4140281.1178412632771
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
RubySetEnv doesn't seem to be working.<br><br>I have a hander with the following code:<br><br> ENV.sort.each do |variable|<br> request.write( "<li>#{variable[0]} = #{variable[1]}</li>" )<br>
end<br><br>This displays all of the environment variables. When I add RubySetEnv statements to the Apache configuration, no additional variables show up. Any suggestions?<br><br>Thanks.<br clear="all"><br>-- <br>Dennis Sutch
<br><a href="mailto:[email protected]">[email protected]</a>
------=_Part_71592_4140281.1178412632771--