[AOLSERVER] PHP works, but content-length is zero

2005-06-18 Thread Tom Jackson
Hey, I'm playing around with the php module (libphp5.so). Using a browser, I get nothing displayed, so I telnetted in and I get the desired page, but the content length header is set to zero: HTTP/1.0 200 OK X-Powered-By: PHP/5.0.4 MIME-Version: 1.0 Date: Sat, 18 Jun 2005 15:20:29 GMT Server:

Re: [AOLSERVER] PHP works, but content-length is zero

2005-06-18 Thread Jim Davidson
In a message dated 6/18/05 11:35:09 AM, [EMAIL PROTECTED] writes: I'm playing around with the php module (libphp5.so). Using a browser, I get nothing displayed, so I telnetted in and I get the desired page, but the content length header is set to zero: HTTP/1.0 200 OK X-Powered-By: PHP/5.0.4

Re: [AOLSERVER] PHP works, but content-length is zero

2005-06-18 Thread Tom Jackson
On Saturday 18 June 2005 08:48, Jim Davidson wrote: Hmm -- perhaps the module is setting length to zero (or not setting it at all and it's initialized to zero) and the code is spitting that out when the intended behavior is no header, i.e., stream-based response.Setting length to -1

Re: [AOLSERVER] PHP works, but content-length is zero

2005-06-18 Thread Dossy Shiobara
On 2005.06.18, Tom Jackson [EMAIL PROTECTED] wrote: I'm playing around with the php module (libphp5.so). Using a browser, I get nothing displayed, so I telnetted in and I get the desired page, but the content length header is set to zero: [...] Does anyone have a clue what I should do? PHP

Re: [AOLSERVER] PHP works, but content-length is zero

2005-06-18 Thread Patrick O'Leary
Dossy is right it does require the php patch the other thing you'll notice is that it can only be added to one virtual server instance. But other than that it runs pretty well p Dossy Shiobara wrote: On 2005.06.18, Tom Jackson [EMAIL PROTECTED] wrote: I'm playing around with the php module