Mohammed Al Sahaf

Results 168 comments of Mohammed Al Sahaf

> 3/ Replacer middleware is also suffering from DATA RACEs - and is not yet sync'ed by me I believe this was fixed in v2.8.x. as of commit https://github.com/caddyserver/caddy/commit/e7336cc3bfcf60eb775c60509d521e92a5a3b6fe.

As mentioned on the [forum](https://caddy.community/t/api-hardening-limit-access/25831/3), this is due to how systemd works. Users are generally expected to know better how their system is setup and which directories should the service...

PRs are always welcome and appreciated! Documentation written from user's perspective may be clearer than ones written by the developers and maintainers.

> It could be fixed with the caddy package supplied unit file We already ship unit files. Check the packaging. > wants to create the socket in /run This is...

You can already customize your unit file, and [this is documented](https://caddyserver.com/docs/running#overrides). Not all users use unix socket for the admin endpoint, so we can't assume that nor can we assume...

Our database is struggling, and we're investigating the root cause.

Ideally, we need to be able to reproduce the bug _in the most minimal way possible_. This allows us to write regression tests to verify the fix is working. If...

Thank you for working on enhancing the adapter! Supporting replacements was tricky, and I have unfinished work that was never pushed. I believe you can encode them as JSON, then...

@forgetso, in your case, the dependency github.com/rushiiMachine/caddy-ja3 has a transitive dependency that requires C, thus consequently CGO. Your final approach to install C toolchain is per expectations when CGO is...

For some reason the formatter added a space after `{$CADDY_EXTRA_CONFIG}` and before the newline 🤔