On Sat, 18 May 2002, Dave Rolsky wrote:

> Now my new problem is that given this config:
>
>   PerlSetVar MasonArgsMethod CGI
>
>   PerlSetVar MasonAllowGlobals $Schema
>   PerlAddVar MasonAllowGlobals $UserSession
>   PerlAddVar MasonAllowGlobals $AdminSession
>
>   PerlModule HTML::Mason::ApacheHandler
>
>   <Directory /var/www>
>     <FilesMatch "\.mhtml$">
>      SetHandler perl-script
>      PerlResponseHandler HTML::Mason::ApacheHandler
>     </FilesMatch>
>   </Directory>
> </IfModule>

As a follow up.  If I add this:

  PerlSetVar  FOO BAR

_inside_ the FilesMatch section, then that is available from
Apache->request->dir_config, but only that key.  Conversely, that key is
_not_ available from Apache->server.


The latter makes sense but the former seems somewhat broken.


-dave

/*==================
www.urth.org
we await the New Sun
==================*/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to