in reply to Mod CGI problems with POST
Well ... what's on line 829 of CGI.pm (on my version 3.15 it's nothing). More than likely it's the line where $ENV{CONTENT_TYPE} is checked as to whether or not the data is application/x-www-form-urlencoded or multipart/form-data. Is that being sent by your client (or set by your server)?
Update: Normally that infinite loop in CGI is when CGI thinks it's in DEBUG mode and no GET nor POST data is sent (or none was recognized - bad content type) - it's waiting for input on STDIN.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Mod CGI problems with POST
by cormanaz (Deacon) on May 31, 2007 at 01:19 UTC |