Upgrade POST limit (#820)

This commit is contained in:
Xavier Guimard 2016-02-17 17:28:27 +00:00
parent 45dfd72b0b
commit cfd25a015e
3 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,7 @@
# You can choose any FastCGI system. Here is an example using mod_fcgid
# mod_fcgid configuration
FcgidMaxRequestLen 2000000
<Directory __MANAGERPSGIDIR__>
SetHandler fcgid-script
Options +ExecCGI

View File

@ -36,6 +36,7 @@
# You can choose any FastCGI system. Here is an example using mod_fcgid
# mod_fcgid configuration
FcgidMaxRequestLen 2000000
<Directory __MANAGERPSGIDIR__>
SetHandler fcgid-script
Options +ExecCGI

View File

@ -36,6 +36,7 @@
# You can choose any FastCGI system. Here is an example using mod_fcgid
# mod_fcgid configuration
FcgidMaxRequestLen 2000000
<Directory __MANAGERPSGIDIR__>
SetHandler fcgid-script
Options +ExecCGI