AllExperts > Perl & CGI 
Search      
Perl & CGI
Volunteer
Answers to thousands of questions
 Home · More Perl & CGI Questions · Answer Library  · Encyclopedia ·
More Perl & CGI Answers
Question Library

Ask a question about Perl & CGI
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
 
About Marty Landman
Expertise
Perl programming using CGI, databases, HTML templating, and website automation.

Experience
Web developer since 1998, owner of Face 2 Interface.

 
   

You are here:  Experts > Computing/Technology > Perl/PHP > Perl & CGI > Configure.cgi did not produce a v alid header in unix box

Perl & CGI - Configure.cgi did not produce a v alid header in unix box


Expert: Marty Landman - 2/25/2009

Question
When i am  running my application on Iplanet Web server 6.0, I got  error "GET /cgi-bin/NG_Notifier/Configure.cgi?custid=C27&projid=P6192&filterId=0&viewornode=NODE&viewornodeid=2129 HTTP/1.1" 500 305"
.it was developed in CGI language on  Unix box. Has anyone seen this before or know what may be causing this problem? Thanks in advance.
Mohan

Answer
Mohan,

You can see what these status codes mean looking at the W3's website at

http://littlelink.webtrouble.com/?T1Df

The 305 has to do with a proxy request - in this case really it seems to mean a header redirect. Header redirects are done like the example you can see at

http://www.thecgibin.com/quickcode/redirect.shtml

OTOH the 500 is a generic server error.

The issue might be with the server's firewall preventing the header redirect, but this is strictly an educated guess at this point.

Look over the code, especially for a header redirect.


--
Marty Landman, Face 2 Interface Inc.
Drupal Development Blog: http://drupal.face2interface.com/
Free Database Search App: http://face2interface.com/Products/FormATable.shtml

Add to this Answer   Ask a Question


 
User Agreement | Privacy Policy | Kids' Privacy Policy | Help
Copyright  © 2008 About, Inc. AllExperts, AllExperts.com, and About.com are registered trademarks of About, Inc. All rights reserved.