View Single Post

  #3 (permalink)  
Old 01-13-2005
bob
 
Posts: n/a
Default Re: apache 2.0.52 (Fedora core 3) wont run CGI script...

bingster wrote:

> In your test.cgi script, try to add an extra blank line so it's like this:
>
> print "Content-Type: text/html\n\n";
> print "\n";
>
> Bing
>


The same. thanks for your answer anyway.