can I use frankenphp to replace a php-fpm container? #376
danhimalplanet
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
|
Frankenphp doesn't have the same configuration as fastcgi. I recommend checking out the Caddyfile section to see how to configure it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I was hoping I could use my existing Caddy configuration and pass through requests for processing php scripts to the frankenphp container, and configure frankenphp in the frankenphp container. I think what you're saying is I need to replace my existing Caddy binary with a frankenphp caddy container. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an ubuntu baremetal host. I run caddy on it. I built the caddy binary with xcaddy
I have a php-fpm docker container, I run like so:
my caddy config block:
I brought up a frankenphp container:
I tried a different block in caddy config:
Servers static html just fine. Can't process php files.
Is it possible to do this?
Beta Was this translation helpful? Give feedback.
All reactions