On Thu, 25 May 2000, Sergey Ivanyuk wrote:

> Hi All. 
> 
> I'm having problems with the PerlTransHandler handler.  I would like
> to only translate some requests, but keep Aliases working.  However, I
> just can't get that done.  If I use a simple 'return DECLINED;', all
> my cgi scripts and aliases directories return 'Not found'.  I know the
> handler is executed, and if I remove it from httpd.conf, everything
> works fine.  What am I doing wrong?  Should a simple 'return
> DECLINED;' run default handlers, or am I missing something?  Thanks in
> advance.

return DECLINED; should work fine.  can you post a tiny example config and
handler?  Apache::ShowRequest (part of the Apache::Module package on CPAN)
can also help debug this sort of problem. 

Reply via email to