IBM Support

Increasing or decreasing the size of the HTTP Request header field for IBM HTTP Server

Troubleshooting


Problem

Server administrators might need to increase or decrease the size of the HTTP Request header field. A server needs this value to be large enough to handle normal client requests. A server administrator might want to avoid certain denial of service attacks by decreasing the size of this value.

Cause

The default HTTP Request Header value is 8190 bytes.

Resolving The Problem

The LimitRequestFieldSize directive should be used to increase or decrease the default limit for each field (line) in the request header beyond 8K.

Example:

LimitRequestFieldSize 2000

This directive for httpd.conf can be placed in the Global scope (outside of any <Virtual Host> stanzas) or in the <Virtual Host>. If placed in the Global scope it MUST be placed before any <Virtual Host> stanzas as this directive is affected by order of directives in the conf and inheritance.

Required levels of IBM HTTP Server for increasing beyond 8K:
  • V8.x all releases
  • V7.0 all releases

[{"Product":{"code":"SSEQTJ","label":"IBM HTTP Server"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Base Server","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"},{"code":"PF012","label":"IBM i"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"},{"code":"PF035","label":"z\/OS"}],"Version":"8.5.5;8.5;8.0;7.0","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}},{"Product":{"code":"SSEQTP","label":"WebSphere Application Server"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"IBM HTTP Server","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"},{"code":"PF012","label":"IBM i"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"8.0;7.0;6.1;6.0.2;6.0","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
07 September 2022

UID

swg21223419