On Wed, 10 May 2000, Bri Carey wrote:
> I realize that this is not an ePerl forum, but since ePerl runs as part of
> mod_perl, I thought it couldn't hurt to at least ask here.
>
> I must be missing something obvious.
>
> I've installed Apache::ePerl.
>
> I've configured httpd.conf according to the instructions:
>
> <Files ~ "/usr/local/apache/htdocs/.+\.iphtml$">
> Options +ExecCGI
> SetHandler perl-script
> PerlHandler Apache::ePerl
> </Files>
>
> When I display an .iphtml page in Netscape, everything seems to be fine.
>
> When I display it in IE (4.72), I get a plain text output of the source
> code, including html tags.
>
> Why this discrepancy?
sounds like an http headers problem. what do you see with a telnet
request? probably not a complete set of httpd headers, try adding:
PerlSendHeader On
in your config