On Sun, 19 Oct 2003, Abhijith Putta wrote: > i am using the apache 1.3.27, the server is not sending the content-length > in its response. How can i force it to send the content-length in its > response.
Make sure that the content is entirely static and is not processed by mod_include (SSI) or any other dynamic handler. Joshua.