Hi, I have recently upgraded the web server to Apache 2.2.9 from Apache 1.3. I need to support more than 2GB file uploads. I am able to upload more than 2GB files using Jboss server and Safari browser. We are using Apache for load balancing and also using the module "mod_jk". Problem is : If I send the request with more than 2GB through Apache web server, it is not able to pass the request body to the Jboss server. But I am getting the correct the content length. Header information is coming properly but not body. I am not getting any error. I tried following options to enable large file support in Apache in httpd.conf. <Directory "/"> Options FollowSymLinks #Added by Satya AllowOverride FileInfo EnableSendfile Off EnableMMAP Off LimitRequestBody 0 LimitXMLRequestBody 0 </Directory> How to enable large file support option in Apache 2.2.9? Is there any limitation with mod_jk module? Thanks and Regards, Satya **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS*** --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx