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

Commitaabca8e

Browse files
dunglasjaviereguiluz
authored andcommitted
[RateLimiter] [Rate Limiter] Mention the Caddy/FrankenPHP rate limit module
1 parent99c235d commitaabca8e

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