>
> I could easly solve the problem by modifing the CGI script,
> but I don't want to change it, because I didn't wrote it.
>
> Problem is both the CGI script and the my mod_perl-handler send
> a header.
>

CGI::header call send_cgi_header of the Apache module when it runs under
mod_perl. So setup your own headers ($r -> header_out(..)), before calling
the CGI Script and the CGI script will print _all_ the headers for you.

Gerald

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------

Reply via email to