Fileupload with CMIS + Apache fails due to "Proxy Error" -
we developed web application uses opencmis , windows client uses dotcmis. web application runs behind apache httpd.
we facing following problem: small files can uploaded client without problems (< 1,5 gigabytes). however, if try upload larger files, "proxy error". stacktrace not give more information. tried upload via cmis workbench same result...
are there configuration parameters apache maybe overlooked? or think problem should searched elsewhere?
edit: should mention, file uploaded nevertheless. , also: tried disable apache, connect via http instead of https , upload file , works perfectly.
edit2: found solution, although not seem one... set following configuration entries in httpd.conf: timeout=500 , proxytimeout=500. default value 60 these entries. solved problem. however, nice know, why problem occures in first place.
greets
Comments
Post a Comment