-
i was reviewing the changes to toybox 0.8.10 and noticed that you chose to declare `crypt` in case glibc is used.
actually the case is not that easy, citing glibc 2.38 news:
> libcrypt is no lon…
-
### What happened?
If I follow [build instructions](https://frankenphp.dev/fr/docs/compile/) on a simple Ubuntu 22.04 LTS system, but it always ends with:
```
./frankenphp: error while loading sh…
-
I'd like to use caddy in a socket-activated environments, using FDs passed down from the service manager, rather than binding on addresses on its own.
Combined with signalling readyness (which cadd…
-
There are two main TLS libraries people use in Python: the stdlib `ssl` module, and the third-party `pyopenssl`. So far Trio has stuck with the stdlib module. @dholth recently raised the question of s…
-
We have a Caddy configuration that is used for TLS termination via on demand certificate generation. This seems to work fine when there is a host matcher in place with at most one wildcard subdomain.
…
-
### What happened?
Dont know what to do and where to write else...
I tried googling, but I don't understand what the problem is.
Is it because FrankenPHP doesn't use UNIX sockets?
If so, why f…
-
https://github.com/caddyserver/caddy/issues/6441 was reported over on the main Caddy repo but was a bug with this module.
@oliemansm I wanted to loop you in here. This issue should now be resolved …
trea updated
3 months ago
-
Since we upgraded from [v2.6.3 to v2.6.4](https://github.com/caddyserver/caddy/compare/v2.6.3...v2.6.4), we are experiencing some problems with our php-fpm backend
The problem is that the php-fpm p…
-
- [x] Research how to store and fetch a specific content translation for markdown driven pages
- [ ] Implement fetching specific content translations for markdown driven pages
- [x] Research how to …
ghost updated
3 years ago
-
Seems like `IModulesCaddyhttpRoute.handle` is of type `Array`. What's the reason it was set to unknown? Seems to me like it's an object that looks like:
```json
{
"handler": "reverse_proxy",
…