Hello,
i like run Mason in mod_perl and not CGI
actually the show-env output is

GATEWAY_INTERFACE: CGI/1.1
...
MOD_PERL: mod_perl/2.0.2
MOD_PERL_API_VERSION: 2
...

i've
apache 2.2.0 (downloaded precompiled from sunfreeware.com)
mod_perl 2.0.2 (build from sources)
libapreq 2-2.08 (build from sources)
perl v5.8.7 (downloaded precompiled from sunfreeware.com)
solaris 10

my httpd.conf

....

LoadModule perl_module modules/mod_perl.so
LoadModule apreq_module  modules/mod_apreq2.so

...

<IfModule apreq_module>
        # Mason
        PerlModule Apache2::Request
        PerlModule HTML::Mason::ApacheHandler
        PerlSetVar  MasonArgsMethod  mod_perl
        <LocationMatch "(\.mhtml)$">
          SetHandler perl-script
          PerlHandler HTML::Mason::ApacheHandler
        </LocationMatch>
        AddType text.html .mhtml
</IfModule>

but the GATEWAY INTERFACE  dont goes to  CGI-Perl/* , why?
Thanks

Alberto
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to