Miguel A.L. Paraz wrote:
> I'm working with the WING web e-mail system, and have it running on two
> systems.  Now I'm working on it on a third system with the same configuration
> (Apache/1.3.9 mod_perl/1.21), but this bit of config stopped working:
>
>       PerlModule Wing::Balance
>
>       <Location />
>       SetHandler perl-script
>       PerlHandler Wing::Balance
>       </Location>
>
> This is inside a VirtualHost.  Instead of calling the Module when accessing
/,
> the DocumentRoot is loaded.
>
> Any clues on how to find out why this is happening?

Try placing a "deny from all" directive in that <Location>...</Location>
section to see if the problem is that the location is not matching or that
mod_perl is not picking up the request. If it's the location section that does
not match, try changing it to <Location /test/> just to see what happens.

Also, posting your full configuration files somewhere on the web and then
linking to them would help.

 - David Harris
   Principal Engineer, DRH Internet Services

Reply via email to