Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Error parsing CGI script HTTP header data: (1 Item)
   
Error parsing CGI script HTTP header data  
I am following below steps:

1. Giving alias ip address as 10.10.9.8 using below command:
"ifconfig tsec0 inet alias 10.10.9.8/16"
  
2. keeping "uploadCMSFile.cgi" file in "/atlas/Data/Web/cgi" folder 
3. keeping  MDI_Default.html file in "/atlas/Data/Web/httpd" location

4. I am giving below command to launch the slinger.
"HTTPD_ROOT_DIR=/atlas/Data/Web/httpd HTTPD_ROOT_DOC=MDI_Default.html HTTPD_SCRIPTALIAS=/atlas/Data/Web/cgi slinger -
cdec -i 10.10.9.8 &"

5. http://10.10.9.8/MDI_Default.html . Showing proper web page.
6. http://10.10.9.8/cgi-bin/uploadCMSFile.cgi. Throwing below message on browser:

This page isn’t working
10.10.9.8 didn’t send any data.
ERR_EMPTY_RESPONSE

7. If I use, slinger uses for x86, on url "http://10.10.9.8/cgi-bin/uploadCMSFile.cgi" works well. 
but if I use, slinger uses for ppc, on url "http://10.10.9.8/cgi-bin/uploadCMSFile.cgi" gives error as mentioned above.

8. I run "syslogd"  command to debugging purpose. I got below error messages:
Jan 01 00:41:15 nto slinger[1966133-2]: Error parsing CGI script HTTP header data.
Jan 01 00:41:15 nto slinger[1966133-2]: Error running CGI script /atlas/Data/Web/httpd/cgi/uploadCMSFile.cgi: No message
 of desired type

Please let me know, how to solve this issue. Please refer attached syslogd debug file.

Thanks & Regards,
Saurabh 
Attachment: Text syslog 4.38 KB