I'm having trouble accepting large file uploads in Apache 2.0.46 (RHEL3). I've set LimitRequestBody 1074790400 which is 1025 MB in my virtual host, and (in case it matters) PHP is set up thus: max_input_time = 120 memory_limit = 8M post_max_size = 999M file_uploads = On upload_tmp_dir = /var/tmp/transfer upload_max_filesize = 999M When I try to upload a file under 20MB, it succeeds. When I try to upload something bigger, it fails with the following browser and Apache log messages: 413 Request Entity Too Large Requested content-length of 322255188 is larger than the configured limit of 20000000, referer: https://XXXXXXXXXXXXXXXXXX The only thing I've found that might solve this is the LimitRequestBody directive shown above, but either it's not supported in my version (though the documentation doesn't indicate this) or I'm missing something else obvious. Any ideas or pointers would be most appreciated. Thanks! --Mike --------------------------------------------------------------------- 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