mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
PHP pools getting the same port resulting in service failing to start and bad gateway #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @anatolinicolae on 10/29/2025
CloudPanel version(s) affected
2.5.2
Description
When switching PHP version, in some cases PHP pools end up using the same listen port failing the service start and ending up with a
502 Bad Gatewayacross sites on the same PHP version.As an example, switching domain4.com from PHP 8.0 o PHP 8.3 will end up in this scenario with domain3.com and domain4.com getting the same port
18001:How to reproduce
I think I can consistently run into this case this way:
But not fully sure what's triggering the issue, as I ended up in the same situation in some other way too.
Possible Solution
No response
Additional Context
No response