summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_ssl: Add SSL_HANDSHAKE_RTT environment variable.Joe Orton2024-08-302-0/+15
* don't merge slashes on perdir prefixEric Covener2024-08-131-1/+4
* Follow up to r1919620: Restore r->filename re-encoding for ProxyPass URLs.Yann Ylavic2024-08-022-13/+37
* Follow up to r1919620: init path after "proxy:" is skipped.Yann Ylavic2024-08-011-1/+2
* mod_proxy_fcgi: Don't re-encode SCRIPT_FILENAME. PR 69203Yann Ylavic2024-08-011-24/+14
* mod_proxy: Fix selection of ProxyPassMatch workers with host/port substitutio...Yann Ylavic2024-08-012-13/+18
* * modules/dav/fs/repos.c (dav_fs_get_resource): Return a 404 ratherJoe Orton2024-07-291-2/+2
* mod_proxy_fcgi: Use r->uri rather than r->filename for directory walk.Yann Ylavic2024-07-271-5/+5
* mod_proxy: Allow for empty UDS URL hostname in ProxyPass workers too.Yann Ylavic2024-07-262-5/+8
* *) mod_proxy: Avoid AH01059 parsing error for SetHandler "unix:" URLsYann Ylavic2024-07-261-9/+27
* * modules/core/mod_so.c (load_module): Log the file/lineno for aJoe Orton2024-07-241-2/+4
* mod_rewrite: Better question mark tracking to avoid UnsafeAllow3F. PR 69197.Yann Ylavic2024-07-171-18/+90
* copy the trusted flag from the subrequestEric Covener2024-07-151-1/+1
* merge leading slashes by defaultEric Covener2024-07-151-0/+14
* mod_status: "Threads" span three colomns (busy, graceful, idle), not two.Yann Ylavic2024-07-111-1/+1
* mod_status: Follow up to r1918482: Bump colspan for the new wait-io colomnYann Ylavic2024-07-111-1/+1
* mod_md: Keep compat with openssl < 1.1Yann Ylavic2024-07-081-13/+38
* Follow up to r1919023: fix compilation.Yann Ylavic2024-07-081-1/+1
* mod_proxy: Don't mangle r->filename when ap_proxy_canon_netloc() fails.Yann Ylavic2024-07-081-1/+1
* mod_proxy: Fix canonicalisation and FCGI env (PATH_INFO, SCRIPT_NAME) forYann Ylavic2024-07-085-181/+173
* Follow up to r1919015: fix compilation.Yann Ylavic2024-07-081-1/+1
* mod_proxy: Avoid AH01059 parsing error for SetHandler "unix:" URLs. PR 69160Yann Ylavic2024-07-081-4/+21
* * Check for correct OpenSSL version for mod_ssl_ctRuediger Pluem2024-07-051-1/+11
* mod_ssl: Let modssl_set_io_callbacks() whether which callback is needed.Yann Ylavic2024-07-033-13/+16
* * Restore SSL dumping for OpenSSL >= 3.0. Ruediger Pluem2024-07-031-14/+47
* * Follow up to r1918814: Strings are from configuration and thus trustedRuediger Pluem2024-07-025-9/+9
* * Follow up to r1918814: Always trust content types that we set literallyRuediger Pluem2024-07-021-2/+2
* * Always trust content types that we set literallyRuediger Pluem2024-07-0217-25/+25
* maintain trusted flagEric Covener2024-07-011-1/+1
* match AP_IS_SLASH macroEric Covener2024-06-261-1/+1
* don't add / to / in the non-perdirEric Covener2024-06-261-8/+4
* factor out IS_SLASH, perdir fixEric Covener2024-06-261-8/+10
* mod_proxy: follow up to r1918626: Simplify ap_proxy_fixup_uds_filename() and ...Yann Ylavic2024-06-263-20/+21
* mod_proxy_http2: ap_proxy_determine_connection()'s given &url is in/out.Yann Ylavic2024-06-261-1/+2
* mod_proxy: Fixup UDS filename for mod_proxy called through r->handler.Yann Ylavic2024-06-263-22/+43
* fix comparison of local path on WindowsEric Covener2024-06-251-1/+16
* validate hostnameEric Covener2024-06-251-0/+11
* * modules/mappers/mod_rewrite.c: Fill in logno.Joe Orton2024-06-251-1/+1
* block inadvertent subst of special filenamesEric Covener2024-06-241-12/+26
* tighten up prefix_stat and %3f handlingEric Covener2024-06-241-28/+123
* add ap_set_content_type_ex to differentiateEric Covener2024-06-247-23/+31
* mod_proxy: escape for non-proxypass configurationEric Covener2024-06-241-2/+5
* mod_http2: early exit if bb is nullEric Covener2024-06-241-0/+7
* mpm_event,mod_http2,mod_status: Follow up to r1918257: CONN_STATE_ASYNC_WAITIO.Yann Ylavic2024-06-213-19/+17
* mod_proxy: Follow up to r1918438: Don't cleanup conn before running the addre...Yann Ylavic2024-06-191-2/+2
* mod_proxy: Follow up to r1918412 and r1918429: Special case WIN32/OS2 only.Yann Ylavic2024-06-191-21/+26
* mod_proxy: Follow up to r1918412: Find if one of the conn->addr[->next] is al...Yann Ylavic2024-06-191-1/+11
* mod_proxy: Keep connection alive on addressTTL expiry if the DNS didn't change.Yann Ylavic2024-06-181-20/+38
* mod_proxy: Fix DNS requests and connections closed before the configured addr...Yann Ylavic2024-06-181-9/+10
* fix win cmake build by prefixing local enum valuesEric Covener2024-06-131-21/+21