>>Exactly. IS there an an equivilant in MP1?
> 
> 
> Not exacrly, but pretty close.
> 
> <Perl> blocks are evaluated in the Apache::ReadConfig:: namespace. Anything 
> you place
> in there will be handled by the <Perl> block handler.

which is exactly what the Apache::ReverseLocation code I sent does, so look
there if you need some additional pointers.  IIRC it has the proper syntax
for adding a <Location> block.

oh, and for the record, add_config() can't inject _any_ directive into
httpd.conf - add_config() runs under the same restrictions as .htaccess
files, which can potentially bite you.  at least it did to me when I was
trying to use it in one of my cpan modules :)

--Geoff

Reply via email to