* Fran Fabrizio <[EMAIL PROTECTED]> [2002-08-21 11:03]:
> <Location /rms>
> </Location>
> 
> <Location /rms/module>
> </Location>
> 
> When I call the URL /rms/module/foo, and in 
> RMS::Control::Module->handler I examine $r->path_info, I get as a value 
> '/module/foo' rather than the expected '/foo'.  If apache recognized 
> that /rms/module/foo was to go to RMS::Control::Module->handler then it 
> knows that /rms/module is the script name and thus should know that 
> path_info should be just /foo, right?

I would hazard a guess that /rms exists under the document root, but
/rms/modules does not.  How path_info is created has more to do with
what the filesystem looks like than what the <Location> blocks look like.

(darren)

-- 
What is ideology but the rationalisation of a vested interest?

Reply via email to