perl question - no displays - apache choking?
I run a perl script and get no displays. it took awhile to get the system to see the scripts, fixed that with +ExecCGI and now the scripts run but nothing is coming out.I thought it might just be my scripts so I downloaded a CGI from a nice site and it doesn't display either... error log says nothing wrong???
My scripts were starting with HTTP/1.0 200 OK and now I set that to HTTP/1.1 200 OK and the next is the old
Content-type: text/html
It just sits there and cooks...nothing comes back so I am laying in tracers now. Any ideas?
Is there possibly an OPTION I need in my httpd.conf file to tell it that it is ok to display html code being generated in the CGI directory?
Thanks.