This is a discussion on Maximum post size? within the Apache Web Server forums, part of the Web Server and Related Forums category; Does apache have a setting that limits the maximum size of a post request?...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
dterrors@hotmail.com wrote:
> Does apache have a setting that limits the maximum size of a post > request? > A Google search turned up this Maximum POST size (8Mb) |
|
|||
|
David wrote: > dterrors@hotmail.com wrote: > > Does apache have a setting that limits the maximum size of a post > > request? > > > > A Google search turned up this > > Maximum POST size (8Mb) That doesn't look like an apache directive. Does apache have a setting that limits the maximum size of a post request? |
|
|||
|
dterrors@hotmail.com wrote:
> David wrote: >> dterrors@hotmail.com wrote: >>> Does apache have a setting that limits the maximum size of a post >>> request? >>> >> A Google search turned up this >> >> Maximum POST size (8Mb) > > > That doesn't look like an apache directive. Does apache have a setting > that limits the maximum size of a post request? > I have never seen one, but if you are using php then that has such a setting: upload_max_filesize post_max_size change and restart apache. -- BC |
|
|||
|
"BlueC" <BlueC@gmail.com> schreef in bericht
news:vYWdnarheLPNWjfZnZ2dnUVZ8smdnZ2d@pipex.net... > dterrors@hotmail.com wrote: > > That doesn't look like an apache directive. Does apache have a setting > > that limits the maximum size of a post request? > I have never seen one, but if you are using php then that has such a > setting: > upload_max_filesize > post_max_size > Posted data -including a file upload- is inside the request body, so I'ld say this directive http://httpd.apache.org/docs/2.0/mod...mitrequestbody is of interst (too) HansH |