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&#39;t seem to be working.<br><br>I have a hander with the following code:<br><br>&nbsp;&nbsp;&nbsp; ENV.sort.each do |variable|<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; request.write( &quot;&lt;li&gt;#{variable[0]} = #{variable[1]}&lt;/li&gt;&quot; )<br>
&nbsp;&nbsp;&nbsp; end<br><br>This displays all of the environment variables.&nbsp; When I add RubySetEnv statements to the Apache configuration, no additional variables show up.&nbsp; 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--