(02-22-2010 11:23 AM)zatara Wrote: (02-22-2010 08:43 AM)joximu Wrote: Sometimes (I had this once) the "premature end of..." comes when the line-feed does not fit the expected one (CRLF is not ok, only LF as in unix...) - try this...
/J
Hey Joximu,
Great suggestion, I found fromdos, an application that removes CR from files, but it didn't find any. I ran dff [old file] [newfile] and there were not any differences.
Thanks for your help!!!
-z
It turned out that all I needed to do was put some 'print' statments before the header modification code. The header was being sent to a variable, not to the output that Apache could see. Now I am on to more code with error 500's. Hopefully, the others are similar.