Client closed request

2018-03-25 Thread Arnaud Grandville
Hi the list, I’m using httpd as reverse proxy to rewrite and forward URL to numerous targets servers. Under heavy load conditions, some requests are not served whereas no errors are found on access logs. After investigations, I understand that some clients closed connection before the response

cmake windows APR-utils path missing

2020-10-31 Thread Arnaud Grandville
Hi all, I guess path to apr-util is missing in the cmake build script for windows. Steps to reproduce: >cmake -B tmp32 -G "Visual Studio 15 2017"^ -DOPENSSL_ROOT_DIR=D:/dev/openssl-1.1.1.x/out32dll.dbg^ -DAPR_INCLUDE_DIR=D:/dev/apr/apr/out32.dbg/include^