apache mod_fcgid: HTTP request length xxx (so far) exceeds MaxRequestLen xxx 问题解决

此错误显然与fcgid有关,需在apache中欧配置

<IfModule mod_fcgid.c>
  AddHandler    fcgid-script .fcgi
  FcgidConnectTimeout 20
# to get around upload errors when uploading images increase the MaxRequestLen size to 15MB
  MaxRequestLen 15728640
</IfModule>

 

参见:

http://blog.wu-boy.com/2012/06/fix-apache-mod_fcgid-http-request-length-136000-so-far-exceeds-maxrequestlen/


Total views.

© 2013 - 2024. All rights reserved.

Powered by Hydejack v6.6.1