Hello,
Trying to run a form cgi-script that I downloaded from bnb.com I have not ran any other scripts yet on this server. When I run the script from browser It produces internal error. Log error says premature end headers
What causes this error? Is there something I need to edit in my httpd file?
I have created a sub directory like-
home/mydomain/ where cgi-bin is where I placed the script and perm is 755. I had to copy the cgi file to my /var/ directory though to avoid file not found error. I guess this is where apache is looking for the cgi-scripts.
Any suggestions what to try next?
Trying to run a form cgi-script that I downloaded from bnb.com I have not ran any other scripts yet on this server. When I run the script from browser It produces internal error. Log error says premature end headers
What causes this error? Is there something I need to edit in my httpd file?
I have created a sub directory like-
home/mydomain/ where cgi-bin is where I placed the script and perm is 755. I had to copy the cgi file to my /var/ directory though to avoid file not found error. I guess this is where apache is looking for the cgi-scripts.
Any suggestions what to try next?