Hi Daniel,

On Wed, Oct 28, 2015 at 12:24:01PM -0200, daniel.san...@metavista.com.br wrote:
> 
> My /etc/rc.conf is ...
> ---
> httpd_flags=""
> slowcgi_flags=""
> ---
> 
> My test script is ...
> ---
> #!/usr/bin/perl
> print "Content type: text/html\n\n";

I think you want:

print "Content-Type: text/html\n\n";

> print "hello world";
> ---

-- 
Sebastien Marie

Reply via email to