< MrBinR version="7.0" page="Pense-bête & Tutos" />

< category="Apache" title="mod_fcgid: HTTP request length" />

Posté le 12 janvier 2011

Si une erreur du type :

mod_fcgid: HTTP request length 331649 (so far) exceeds MaxRequestLen (327680), referer: http://...

cela peut provenir d'une erreur de configuration dans le module fcgid.conf

De manière général le paramètre FcgidMaxRequestLen doit être égale à upload_max_filesize * 1024 * 1024, donc si dans php.ini upload_max_filesize = 4M il faut que dans le fichier fcgid.conf le paramètre FcgidMaxRequestLen = 4194304


Sources http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html#fcgidmaxrequestlen

http://www.blogtorrent.de/2010/11/30/mod_fcgid-http-request-length-135714-so-far-exceeds-maxrequestlen-131072/

http://isp-control.net/ispcp/ticket/2514