httpd
httpd copied to clipboard
Mirror of Apache HTTP Server. Issues: http://issues.apache.org
Merge r1727934 from trunk
…, an error was logged when "SSLProxyEngine" was only configured in the location/proxy section and not the overall server. The connection continued to work, the error log was in error....
Issue #61355: This causes DirectorySlash to create a relative Location response header rather than an absolute one. Thus, httpd won’t inadvertently downgrade TLS-secured connections to non-TLS connections when it operates...
I believe this would be a definite improvement on the current version. However, I'm aware you may not want a single file modified. Perhaps you'd want them all migrated to...
My goal is to improve lifetime for ssd/nvme based systems with lots of data beeing written to. Sure there may be some 3rd party software to work around this, however...
h2: 64k initial window size change from RFC 7540 default 65535 (64k-1) avoid some degenerative WINDOW_UPDATE behaviors in the wild nghttp2/nghttp2#1722 Signed-off-by: Glenn Strauss --- Note: this patch changes the...
*) mod_http2: removing unscheduling of ongonig tasks when connection shows potential abuse by a client. This proved counter-productive and the abuse detection can false flag requests using server-side-events. Fixes .
mpm_event changes/improvements for async, debugging and pass pytests (see each commit's message). First commits are cherry-picked from @minfrin's work (also in https://github.com/apache/httpd/tree/trunk-ssl-handshake-nonblocking)
In set_override(), the return value of set_allow_opts() is not considered. Fix this by adding an error check about set_allow_opts().
dav_fs_dir_file_name() will not set *fname_p to NULL on failure, and all callers of dav_fs_dir_file_name() does not check the return value of dav_fs_dir_file_name(), which could lead to an undefined behavior against...