Re: [EMAIL PROTECTED] Enabling huge uploads

2006-12-15 Thread Steve Swift
I got so fed up with having to search through the file included from httpd.conf that I wrote myself a little utility to generate a composite httpd.conf file containing all of the included files. I was quite amazed at how much extra stuff was being configured in my apache! On 14/12/06, Curby

[EMAIL PROTECTED] Enabling huge uploads

2006-12-14 Thread Curby
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 =

Re: [EMAIL PROTECTED] Enabling huge uploads

2006-12-14 Thread Richard Lynch
On Thu, December 14, 2006 2:37 am, Curby wrote: I'm having trouble accepting large file uploads in Apache 2.0.46 (RHEL3). I've set LimitRequestBody 1074790400 I *think* Apache also has a separate Limit on the POST size... Search for that in your httpd.conf and http://apache.org directives.

Re: [EMAIL PROTECTED] Enabling huge uploads

2006-12-14 Thread Curby
On 12/14/06, Richard Lynch [EMAIL PROTECTED] wrote: On Thu, December 14, 2006 2:37 am, Curby wrote: I'm having trouble accepting large file uploads in Apache 2.0.46 (RHEL3). I've set LimitRequestBody 1074790400 I *think* Apache also has a separate Limit on the POST size... Search for that