On Thu, 2003-07-17 at 14:15, Andy Harrison wrote:
> Ok, so since my rt vhost has these lines:
> 
>      PerlModule Apache::DBI
>      PerlRequire /usr/local/rt3/bin/webmux.pl
> 
>      <Location />
>          SetHandler perl-script
>          PerlHandler RT::Mason
>      </Location>
> 
> Will they be the only vhost to use mod perl?  The other vhosts simply have
> Directory directives with ExecCGI turned on.

If that's the only place you have "PerlHandler" in your httpd.conf, then
only RT will use mod_perl.

- Perrin

Reply via email to