This is a discussion on Re: Failed uploading file to Appache HTTP Server after using SSL within the Modssl Users forums, part of the Web Server and Related Forums category; Hi Joe, We are using 2.0.55 already. Is it already include that patch? Ken On 4/21/06, ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi Joe,
We are using 2.0.55 already. Is it already include that patch? Ken On 4/21/06, Joe Orton <jorton@redhat.com> wrote: > On Fri, Apr 21, 2006 at 10:23:24AM +0800, Ken Chen wrote: > > Cliff, > > > > I have reset the timeout to 600, but the problem remains. I wonder > > whether it's the timeout problem because the problem appears > > immediately after presssing Upload! > > > > Sometimes the problem is "Page can't be displayed; sometimes it is > > what I mentioned at the very beginning that file can't been uploaded. > > There are a few things you need to check if you're having problems with > MSIE: > > 1) make sure you are using the shmcb session cache > > 2) make sure you have prevented use of persistent connections, with a > statement like: > > BrowserMatch ".*MSIE.*" \ > nokeepalive ssl-unclean-shutdown \ > downgrade-1.0 force-response-1.0 > > in the SSL vhost. > > 3) if you are using an SSL->HTTP reverse proxy, then (2) will not be > taking effect properly, and you'll need to apply this patch: > > http://people.apache.org/~jorton/htt...ssltrans.patch > > joe > -- -------------------------------------------------- Ken Chen __________________________________________________ ____________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List modssl-users@modssl.org Automated List Manager majordomo@modssl.org |