add the line shown write above your Files section.  you have to
tell the browser the mime-type.  apache will do this for you, as long
as you add the proper directive to do so.

Matt Juszczak wrote:

> Hello all,
>
> I recently compiled ModPerl into Apache and added the following to my
> httpd.conf:

AddType text/html .pl

>
>
> <Files *.pl>
> SetHandler perl-script
> PerlHandler Apache::Registry
> Options ExecCGI
> </Files>
>
> Modperl itself is working wonderfully...but there's one problem....
> ever since i installed it and began using it,
> Content-Type: text/html
> prints at the beginning of all my scripts.  The scripts work fine, but for
> some reason, instead of the content-type being interpreted by the browser,
> it prints to the screen.
>

--
___cliff [EMAIL PROTECTED]http://www.genwax.com/


Reply via email to