Bug 57807 - Build-configurable environment variable length
Summary: Build-configurable environment variable length
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_proxy_fcgi (show other bugs)
Version: 2.4.12
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2015-04-13 04:22 UTC by manu
Modified: 2018-08-22 19:47 UTC (History)
0 users



Attachments
Patch introducing AP_FCGI_MAX_RECORD_LEN for mod_proxy_fcgi (1.21 KB, patch)
2015-04-13 04:22 UTC, manu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description manu 2015-04-13 04:22:43 UTC
Created attachment 32644 [details]
Patch introducing AP_FCGI_MAX_RECORD_LEN for mod_proxy_fcgi

mod_proxy_fcgi hardcodes a 16 kB limit on environment variable length. The attached patch makes it easier to set a higher limit at build time, by setting AP_FCGI_MAX_RECORD_LEN in CFLAGS.
Comment 1 Christophe JAILLET 2018-08-22 19:47:28 UTC
If of any interest, the same code is also in mod_authnz_fcgi