I have a CGI script that works locally but wont work on the server.
It is a survey to find out information and store it in a text
file. The results are then displayed after user enters info.
My problem is I keep getting error message:
The specified CGI application misbehaved by not returning a complete s
+et of HTTP headers.
The headers it did return are:
Can Not open //webserver/directory/stats.txt: Permission denied
I have full permissions on this file and on the directory (according to
the server administrator).
I have tried putting the text file in another directory (away from my cgi-bin as seen in
the error message I posted) but
still get same error message no matter where I put it.
Anyone have any suggestions or had this problem before?