Skip to content

Commit 2075630

Browse files
quentinmitroot
authored and
root
committed
Increase FastCGI request size limit to 400MiB
1 parent 73aa28c commit 2075630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/fedora/config/etc/httpd/conf/httpd.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ AddHandler fcgid-script fcgi
390390
SocketPath /var/run/mod_fcgid
391391
SharememPath /var/run/mod_fcgid/fcgid_shm
392392
IPCCommTimeout 300
393-
FcgidMaxRequestLen 209715200
393+
FcgidMaxRequestLen 419430400
394394
FcgidIdleTimeout 600
395395
FcgidMaxProcessesPerClass 10
396396
FcgidMinProcessesPerClass 0

0 commit comments

Comments
 (0)