summaryrefslogtreecommitdiffstats
path: root/server (unfollow)
Commit message (Collapse)AuthorFilesLines
3 days *) mod_md: update to version 2.4.31Stefan Eissing4-7/+23
- Improved error reporting when waiting for ACME server to verify domains or finalizing the order fails, e.g. times out. - Increasing the timeouts to wait for ACME server to verify domain names and issue the certificate from 30 seconds to 5 minutes. - Change a log level from error to debug when Stapling is enabled but a certificate carries no OCSP responder URL. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923148 13f79535-47bb-0310-9956-ffa450edef68
4 daysFix typo in charset.convJoe Orton1-2/+2
\"Croation\" is a misspelling. It should be \"Croatian\". Submitted by: Michael Hospedales <hospedales me.com> Github: closes #508 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923133 13f79535-47bb-0310-9956-ffa450edef68
5 days* Do not add a space before '|' when setting the value for stickysession in theRuediger Pluem2-2/+5
balancer manager as this breaks the stickysession configuration once a new configuration is submitted by the balancer manager. PR: 69510 Submitted by: Yutaka Tokunou <tokunou.yutaka@fujitsu.com> Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923101 13f79535-47bb-0310-9956-ffa450edef68
7 daysfr doc rebuild with new year.Lucien Gentis250-258/+255
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923073 13f79535-47bb-0310-9956-ffa450edef68
7 daysfr doc XML file update.Lucien Gentis1-7/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923072 13f79535-47bb-0310-9956-ffa450edef68
10 daysUse <highlight language="config"> instead of <example> in order to have ↵Christophe Jaillet1-4/+4
syntax highlight work correctly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923003 13f79535-47bb-0310-9956-ffa450edef68
10 days* modules/generators/mod_autoindex.c (dsortf): Ensure the functionJoe Orton1-1/+6
is transitive to avoid undefined behaviour, per: https://www.qualys.com/2024/01/30/qsort.txt Submitted by: Kuan-Wei Chiu <visitorckw gmail.com> Github: closes #500 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922994 13f79535-47bb-0310-9956-ffa450edef68
12 daysmod_session_dbd: set_cookie_name: ensure correct formatEric Covener1-0/+10
If args is an empty string, apr_strtok will return NULL and *last will never get set which results in a SIGSEGV in apr_isspace check Submitted by: Thomas Meyer <thomas@m3y3r.de> Github: closes #503 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922931 13f79535-47bb-0310-9956-ffa450edef68
12 daysfix value inconsistency in LimitXMLRequestBody exampleEric Covener1-1/+1
value of 1 MiB = 1048576 Submitted by: Chenjp <ch_jp@msn.com> Github: closes #506 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922928 13f79535-47bb-0310-9956-ffa450edef68
2025-01-01Happy New Year 2025Rainer Jung2-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922818 13f79535-47bb-0310-9956-ffa450edef68
2024-12-11 *) mod_md: change log level from error to debug when MDStaplingStefan Eissing2-3/+3
is enabled but a certificate carries no OCSP url. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922429 13f79535-47bb-0310-9956-ffa450edef68
2024-12-10CI: Switch down to GCC 12, the ubuntu-latest image is not consistentlyJoe Orton1-2/+2
an Ubuntu 24.04 environment yet, this version should be available in both the -22.04 and -24.04 images. Github: closes #497 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922412 13f79535-47bb-0310-9956-ffa450edef68
2024-12-10* Improve comment to make the main thread more clearRuediger Pluem1-0/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922411 13f79535-47bb-0310-9956-ffa450edef68
2024-12-07fr doc rebuild.Lucien Gentis1-1/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922363 13f79535-47bb-0310-9956-ffa450edef68
2024-12-07fr doc XML file update.Lucien Gentis1-2/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922362 13f79535-47bb-0310-9956-ffa450edef68
2024-12-03 *) mod_md: update to version 2.4.29Stefan Eissing4-5/+9
- Fixed HTTP-01 challenges to not carry a final newline, as some ACME server fail to ignore it. [Michael Kaufmann (@mkauf)] - Fixed missing label+newline in server-status plain text output when MDStapling is enabled. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922279 13f79535-47bb-0310-9956-ffa450edef68
2024-12-03mod_md test_702_42, make sure that log errors/warning from previousStefan Eissing1-0/+10
test are not counted. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922278 13f79535-47bb-0310-9956-ffa450edef68
2024-12-01Don't use AuthFormLoginRequiredLocation in inlineEric Covener1-1/+0
Intro to inline says: If a non-authenticated user attempts to access a page protected by mod_auth_form that isn't configured with a AuthFormLoginRequiredLocation directive, a HTTP_UNAUTHORIZED status code is returned to the browser indicating to the user that they are not authorized to view the page. The entire point seems to be to keep the URL the same by using an internal redirect via ErrorDocument, and AuthFormLoginRequiredLocation conflicts with it. Submitted By: Rishikeshan Lavakumar/Sulochana <oss AT @rishikeshan.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922246 13f79535-47bb-0310-9956-ffa450edef68
2024-11-30fr doc rebuild.Lucien Gentis5-6/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922234 13f79535-47bb-0310-9956-ffa450edef68
2024-11-30fr doc XML file update.Lucien Gentis1-3/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922233 13f79535-47bb-0310-9956-ffa450edef68
2024-11-27PR65095: elaborate on "default port" in ...Eric Covener1-2/+2
UseCanonicalPhysicalPort git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922169 13f79535-47bb-0310-9956-ffa450edef68
2024-11-26* Use iobuffersize set on worker level for the IO buffer size.Ruediger Pluem2-0/+5
PR: 69402 Submitted by: Jari Ahonen <jah@progress.com> Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922115 13f79535-47bb-0310-9956-ffa450edef68
2024-11-25Make sure the Additional error is displayed.Jean-Frederic Clere1-0/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922079 13f79535-47bb-0310-9956-ffa450edef68
2024-11-20rollback unrelated fix to my previous commit, sorry.Jean-Frederic Clere1-1/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921975 13f79535-47bb-0310-9956-ffa450edef68
2024-11-20Merge PR#419: make sure the right method is displayed.Jean-Frederic Clere2-4/+8
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921973 13f79535-47bb-0310-9956-ffa450edef68
2024-11-20* modules/aaa/mod_authnz_ldap.c (create_authnz_ldap_dir_config): Fix allocationJoe Orton1-1/+1
of sgAttributes, found by gcc -fanalyzer: modules/aaa/mod_authnz_ldap.c: scope_hint: In function 'create_authnz_ldap_dir_config' modules/aaa/mod_authnz_ldap.c:356:23: warning[-Wanalyzer-allocation-size]: allocated buffer size is not a multiple of the pointee's size git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921971 13f79535-47bb-0310-9956-ffa450edef68
2024-11-13Tweak formatting and fix credit to Charles Smutz.Joe Orton1-11/+14
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921879 13f79535-47bb-0310-9956-ffa450edef68
2024-11-12Applied patch from BUG 68130 after reviewDaniel Ferradal6-21/+21
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921867 13f79535-47bb-0310-9956-ffa450edef68
2024-11-07mod_http2, fix keepalive timeout on reset requestsStefan Eissing3-5/+69
Count failed requests that are RST'ed, so that the connection enters keepalive timeout instead of the regular timeout if the first request fails. Add tests to verify. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921805 13f79535-47bb-0310-9956-ffa450edef68
2024-10-19fr doc rebuild.Lucien Gentis2-6/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921417 13f79535-47bb-0310-9956-ffa450edef68
2024-10-19fr doc XML file update.Lucien Gentis1-4/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921416 13f79535-47bb-0310-9956-ffa450edef68
2024-10-18More mod_tls docs removal.Yann Ylavic3-680/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921402 13f79535-47bb-0310-9956-ffa450edef68
2024-10-18xforms [skip ci]Yann Ylavic37-3047/+2845
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921400 13f79535-47bb-0310-9956-ffa450edef68
2024-10-18Improve ErrorLogFormat's %{cuz}t and %{%-format}t descriptions.Yann Ylavic1-4/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921399 13f79535-47bb-0310-9956-ffa450edef68
2024-10-16mod_ssl: Revert r1868929 on trunk (only).Yann Ylavic1-8/+7
We discussed in 2019 that after 2.4.x's backport r1873907 we should apply normal/usual merging for SSLProtocol in next versions (thus trunk first). See: https://lists.apache.org/thread/76yh7j3fwj2tsmffsqcqpv4mcfph5vqx Make this happen finally. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921360 13f79535-47bb-0310-9956-ffa450edef68
2024-10-16Revert r1921336.Joe Orton3-7/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921357 13f79535-47bb-0310-9956-ffa450edef68
2024-10-15mod_ssl: Disallow SSLOpenSSLConfCmd within vhost context since itJoe Orton3-2/+7
has global effect. * modules/ssl/ssl_engine_config.c (ssl_cmd_SSLOpenSSLConfCmd): Disallow use within vhost context. PR: 69397 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921336 13f79535-47bb-0310-9956-ffa450edef68
2024-10-14CI: Use the image version in the cache keys. This is likely a simplerJoe Orton1-1/+5
and more robust fix for the issues with Perl XS builds being cached. Root cause was likely "ubuntu-latest" changing from 22.04 to 24.04. Cache keys will now change when that happens again, preventing reuse of cached builds across OS versions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921311 13f79535-47bb-0310-9956-ffa450edef68
2024-10-14CI: Further fixes for ubuntu-latest image updates on GitHub Actions.Joe Orton1-4/+9
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921310 13f79535-47bb-0310-9956-ffa450edef68
2024-10-14CI: Fix borked test for perl -V in r1921308.Joe Orton1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921309 13f79535-47bb-0310-9956-ffa450edef68
2024-10-14CI: Second attempt to fix stale XS cache issue.Joe Orton1-7/+15
Cache the "perl -V" output and flush the cache if it changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921308 13f79535-47bb-0310-9956-ffa450edef68
2024-10-14CI: Flush the CPAN cache if /usr/bin/perl has been updated sinceJoe Orton1-0/+7
the cache was built. Possible fix for 2.4.x failure seen here: https://github.com/apache/httpd/actions/runs/11322484507/job/31483266212 SSLeay.c: loadable library and perl binaries are mismatched (got first handshake key 0xeb00080, needed 0xf380080) perldiag(1) describes this as a mismatch between libraries and binaries, likely solved by reinstalling XS modules: https://github.com/Perl/perl5/blob/77b78882c76e7461ccc4dcf2eb3afb9644836a72/pod/perldiag.pod#L3617 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921307 13f79535-47bb-0310-9956-ffa450edef68