summaryrefslogtreecommitdiffstats
path: root/docs/manual/programs/htpasswd.html.fr.utf8 (unfollow)
Commit message (Collapse)AuthorFilesLines
16 hoursmod_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
2 daysDon'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
4 daysfr doc rebuild.Lucien Gentis5-6/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922234 13f79535-47bb-0310-9956-ffa450edef68
4 daysfr 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
6 daysPR65095: 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
8 days* 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
9 daysMake 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
13 daysrollback 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
14 daysMerge 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
14 days* 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