ACO Parameter LegacyStreamingBehavior for Apache Web server
search cancel

ACO Parameter LegacyStreamingBehavior for Apache Web server

book

Article ID: 43363

calendar_today

Updated On:

Products

CA Single Sign On Secure Proxy Server (SiteMinder) CA Single Sign On SOA Security Manager (SiteMinder) CA Single Sign-On

Issue/Introduction

 

This document explains an ACO parameter "LegacyStreamingBehavior"
which is applicable for Apache Web server. It also explains a
recommended settings for chunked content-type or big data transfer on
POST Request.

 

Resolution

 

If you are using an Apache web server, you can control how content is
transferred to the server during POST requests with the parameter
"LegacyStreamingBehavior".

(1) Default values is "No". All content types are spooled

(2) If the value is set to "Yes", all content types are streamed,
    except for the following:

    - text/xml
    - application/x-www-form-urlencoded

In the case of (1) Default "No", if Chunked content type is used, or
if big data is transferred, then the transferred data are spooled
temporarily on the computer where Apache Web server is
installed. Sometimes this causes less performance of Apache Web
Server/Web Agent.
 
In such cases, the setting of LegacyStreamingBehavior="Yes" is
recommended so that most types of content is streamed in POST
requests.

 

Additional Information

 

Web Agent Configuration Guide: Choose How Content Types are Transferred in POST Requests