I am using Mason. Here are some lines from my httpd.conf file that are probably relevant:

<IfModule mod_perl.c>
        Alias /perl/ /var/www/perl/
        PerlSetVar MasonAllowGlobals $swit_user
        PerlInitHandler "Apache::StatINC"

<Location /perl>
        SetHandler perl-script
        PerlHandler Apache::Registry
        Options +ExecCGI
</Location>
 </IfModule>
 <Location />
         SetHandler perl-script
        PerlHandler HTML::Mason::ApacheHandler
</Location>
        <Location /xmlrpc>
                SetHandler cgi-script
</Location>

-Dustin


On Nov 6, 2003, at 5:28 PM, Perrin Harkins wrote:


On Thu, 2003-11-06 at 19:20, Stas Bekman wrote:
Nope. It's Apache::Request. Apache doesn't use libapreq:

Okay, then he must be calling it from a different phase, since his
script didn't have a value for $ENV{'MOD_PERL'}. Dustin, do you have an
access handler, or a transhandler or something like that, using
Apache::Request, that would be run for this URL?


- Perrin

--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html




--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to