> Do you import OK from Apache2::Const in your script?  If you don't
> return OK, do you still have that message?

> - Perrin

I do import the constants:

    use Apache2::Const  qw( OK FORBIDDEN REDIRECT :log );
    
When I don't return OK, I got an error as well but not from the handler (i.e. 
no entries in my apache error file), so I assume from mod_perl.

Thanks,

greanie
 




Reply via email to