RubyTransHandler confusion

"khaines" <[email protected]> Thu, 30 Dec 2004 09:38:36 -0500
Newsgroups gmane.comp.apache.mod-ruby
Message-ID <[email protected]>
I am very confused.  The current mod_ruby docs clearly show a 
RubyTransHandler being used inside of a <Location> tag.  I know that this 
used to work as of an old stable release -- 1.08 or something around there.

However, with current releases, every time I try to use a RubyTransHandler 
inside of a <Location>, I get an error telling me that it's not allowed 
there.

Is this right or am I just doing something wrong?  Example:

<Location /foo>
  RubySetEnv IOWA_SOCKET "/var/run/iowa/app_socket"
  RubySetEnv MAPFILE "/apphome/mapfile.cnf"
  SetHandler ruby-object
  RubyHander Apache::Iowa
  RubyTransHandler Apache::Iowa
</Location>

I have to move that RubyTransHandler out of the <Location> for it to work.


Thanks,

Kirk Haines