|
mod_perl and apache
I have some cgi on my web site and evertime they run and display something they print this at the very top of the page.
Content-type: text/html
it is on an virtual host. and i have this in the virtual host
<Files *.cgi>
SetHandler perl-script
PerlHandler Apache::PerlRun
</Files>
Please help.
|