-
|
Hi, Actually, I code apps in Laravel, How I'm settings up things now :
Question 1 : How to manage multiple hosts (apps) in frankenphp ? I slso use a script to switch PHP versions : 7.4 -> 8.1 -> 8.2 , by Enable/Disable Apache Modules (or services for FPM) + update-alternatives Question 2 : How to manage PHP versions in frankenphp ? Thanks for your Help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 16 replies
-
|
FrankenPHP is just a custom build of Caddy, you can manage your virtual hosts as with a standard Caddy installation using site blocks: https://caddyserver.com/docs/caddyfile/concepts#addresses Supporting multiple PHP installations in the same process is currently not supported. You'll have to start a different instance of FrankenPHP per PHP version. |
Beta Was this translation helpful? Give feedback.
FrankenPHP is just a custom build of Caddy, you can manage your virtual hosts as with a standard Caddy installation using site blocks: https://caddyserver.com/docs/caddyfile/concepts#addresses
Supporting multiple PHP installations in the same process is currently not supported. You'll have to start a different instance of FrankenPHP per PHP version.