|
From: James E. F. <jf...@ac...> - 2002-02-26 06:59:45
|
On Mon, 25 Feb 2002, Dan Wick wrote: > I think I follow you, but I'm not completely sure. This is what I > uncommented and now i receive a 500 Internal Server Error: > > The Apache error log says this about the error: > > "malformed header from script. Bad header=HTTP/1.0 401 Unauthorized: > c:/php/php.exe" Now you've got a whole new problem. =) Is there anyway you can try using the "server API version for Apache", rather than the "CGI version"? I don't use windows, so you'll have to consult php.net/apache.org for how to do that. I think that that will take care of the problems with sending HTTP from PHP. -James |