Hello,

I have a website where HTML content is chunked:
$ wget -S URL
[...]
HTTP request sent, awaiting response...
  HTTP/1.0 200 OK
  Date: Tue, 19 Nov 2013 15:40:40 GMT
  Server: Apache
  Set-Cookie: PHPSESSID=uff7qlq6igvk8gq4brfv6vi4i4; path=/
  cache-control: private, must-revalidate
  pragma: no-cache
  expires: -1
  Vary: Accept-Encoding
  Connection: close
  Content-Type: text/html; charset=UTF-8
Length: unspecified [text/html]

This happened when we changed our pages HTML and made them bigger.
I would like to now how to make Apache specifies the Content-Length.

I think I should play with DeflateBufferSize and increase it, but I dont really understand the documentation.
What else should I look into?

Thank you.

--
+261 34 81 738 69


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to