hey
when i run a script that i have made that the output should be in HTML
so that it is a webpage, mod_perl
runs because i can see the output but this is then not wrote as HTML
rather as plain text.
i have sent the Content-Type: text/html and this is show aswell as the
compleate HTML code.
eg.
i have updated my http.conf so that "PerlSendHeaders Off"
i also have put a empty line after the content type in file
i have also changed "Content-type" to "Content-Type"
and still the script is showing HTML code and not displaying the page
as HTML.
the code i am using is a CGIproxy script from
i have traced the problem with the headers by using "curl -v" on the address
and i think the problem is because after apache has sent the headers it
inserts a empty
line so that when i print headers in perl i just writes the text and
egnores the headers.
the following is the exact output of the p