• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

How to configure Apache to not use chunked transfer encoding?

 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I need to set up a proxy (iPlanet) in front of an Apache+Tomcat server. It's all fine and dandy except that for some pages, the iPlanet proxy plugin appends an NSAPI error message after the actual HTML page. Apparently it's because the response coming from Apache uses "chunked" transfer encoding and iPlanet's proxy plugin doesn't support it.

So, my question is how to prevent Apache from using chunked transfer encoding?
I tried to Google and browse the Apache docs but to no avail.
 
reply
    Bookmark Topic Watch Topic
  • New Topic