> Sounds like you want mod_asis:
> http://httpd.apache.org/docs/2.4/mod/mod_asis.html


I have put this in my httpd.conf:

<Location /cgi>
    SetHandler  perl-script
    PerlHandler ModPerl::Registry
    Options ExecCGI
    ErrorDocument 400 /handlers/400.h
</Location>

<Location /handlers>
    SetHandler send-as-is
</Location>

I can see that the mentioned file is used, but still the status is changed to 
200. But is was worth trying. It sounded promising....

Thanks, Ruud

                                          

Reply via email to