RE: [users@httpd] Headers Added By Apache

2005-05-18 Thread Bumbia, M Kamran
Title: RE: [EMAIL PROTECTED] Headers Added By Apache That is exactly what I told those guys, that is fix the client Thanks Kamran -Original Message- From: Nick Kew [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 18, 2005 3:24 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTEC

Re: [users@httpd] Headers Added By Apache

2005-05-18 Thread Nick Kew
Bumbia, M Kamran wrote: >The Client > Requires Content-Length to be the last header. Fix the client. That's a violation of HTTP, so you can't expect an HTTP server like Apache to work with it (unless by accident). > I have trwied everything the > header() in php , mod_header to remove

[users@httpd] Headers Added By Apache

2005-05-17 Thread Bumbia, M Kamran
Hello EveryBody I have a PHP script and I am trying to add myown headers. The Client Requires Content-Length to be the last header. I have trwied everything the header() in php , mod_header to remove the Content-Type header but it always is the last one and is always added by some module/f