Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit09328e7

Browse files
committed
minor#20592 [RateLimiter] [Rate Limiter] Mention the Caddy/FrankenPHP rate limit module (dunglas)
This PR was submitted for the 7.1 branch but it was squashed and merged into the 6.4 branch instead.Discussion----------[RateLimiter] [Rate Limiter] Mention the Caddy/FrankenPHP rate limit moduleUseful for FrankenPHP, API Platform and Symfony Docker users :)Commits-------aabca8e [RateLimiter] [Rate Limiter] Mention the Caddy/FrankenPHP rate limit module
2 parents99c235d +aabca8e commit09328e7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎rate_limiter.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ time, but you can use them for your own features too.
1616
By definition, the Symfony rate limiters require Symfony to be booted
1717
in a PHP process. This makes them not useful to protect against `DoS attacks`_.
1818
Such protections must consume the least resources possible. Consider
19-
using `Apache mod_ratelimit`_, `NGINX rate limiting`_ or proxies (like
20-
AWS or Cloudflare) to prevent your server from being overwhelmed.
19+
using `Apache mod_ratelimit`_, `NGINX rate limiting`_,
20+
`Caddy HTTP rate limit module`_ (also supported by FrankenPHP)
21+
or proxies (like AWS or Cloudflare) to prevent your server from being overwhelmed.
2122

2223
.. _rate-limiter-policies:
2324

@@ -543,6 +544,7 @@ you can use a specific :ref:`named lock <lock-named-locks>` via the
543544
.. _`DoS attacks`:https://cheatsheetseries.owasp.org/cheatsheets/Denial_of_Service_Cheat_Sheet.html
544545
.. _`Apache mod_ratelimit`:https://httpd.apache.org/docs/current/mod/mod_ratelimit.html
545546
.. _`NGINX rate limiting`:https://www.nginx.com/blog/rate-limiting-nginx/
547+
.. _`Caddy HTTP rate limit module`:https://github.com/mholt/caddy-ratelimit
546548
.. _`token bucket algorithm`:https://en.wikipedia.org/wiki/Token_bucket
547549
.. _`PHP date relative formats`:https://www.php.net/manual/en/datetime.formats.php#datetime.formats.relative
548550
.. _`Race conditions`:https://en.wikipedia.org/wiki/Race_condition

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp