You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2009/03/25 15:05:34 UTC

DO NOT REPLY [Bug 39243] Can't post files larger than 128k onto ssl client cert secured site

https://issues.apache.org/bugzilla/show_bug.cgi?id=39243





--- Comment #36 from Carmen Alvarez <ms...@gmail.com>  2009-03-25 07:05:27 PST ---
To overcome this limit in version 2.0.x, it looks like the options are either
backporting the fix to 2.0, or recompiling the standard 2.0 source with "
./configure CPPFLAGS=-DSSL_MAX_IO_BUFFER=256000".   The latter option seems the
simplest.  If I do this, which files will this modify?  Is it just the
mod_ssl.so file, or are other files impacted?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org