On Thu, 2003-11-06 at 19:36, Dustin Whitney wrote:
> 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"

Try taking out StatINC.

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

Doesn't putting the / block after the /perl block break the /perl part?

- Perrin


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

Reply via email to