From: Cesáreo G. R. <ce...@ce...> - 2014-05-28 21:53:25
|
Hi I'm not completely sure that this is an naviserver issue (or an openacs) but just in case (before to post in Openacs forum) I get "Request Entity Too Large The request entity (e.g. file to be uploaded) is too large</em>" uploading big files (2MB) to Photo Album (in OpenACS) (vía httpS) It has occurred to me with Naviserver (but not with Aolserver). I've keep aolserver config parameters, I mean: --------- set max_file_upload_mb 20 set max_file_upload_min 5 ns_section ns/server/${server}/module/nssock ns_param maxinput [expr {$max_file_upload_mb * 1024 * 1024}] ns_param recvwait [expr {$max_file_upload_min * 60}] --------- am I missing anything? Does maxinput applies to nssl config too? Thanks Cesáreo |