New override for Apache's LimitRequestBody parameter which may limit files.
This commit is contained in:
@@ -34,6 +34,12 @@ php_value short_open_tag On
|
||||
php_value session.auto_start Off
|
||||
php_value session.bug_compat_warn Off
|
||||
|
||||
### Fourthly, sometimes Apache limits the size of uploaded files
|
||||
### (this is a separate limit to the one in PHP, see below).
|
||||
### The setting here turns off this limitation
|
||||
|
||||
LimitRequestBody 0
|
||||
|
||||
|
||||
### These are optional - you may not want to override php.ini
|
||||
### To enable them, remove the leading hash (#)
|
||||
|
||||
Reference in New Issue
Block a user