Back to Changelog

v1.0.234

Patch Released May 30, 2026

Subdomain PHP version locked to parent domain — fixes 503 when PHP versions differ

Improvements

2
  • Subdomain create silently ignores PHP version override and always inherits parent domain PHP version to prevent configuration drift
  • Subdomain update self-heals stale rows: if a drift between subdomain and parent PHP version is detected, the vhost is regenerated automatically

Bug Fixes

3
  • Subdomains with a different PHP version than their parent domain returned 503 Service Unavailable due to incorrect FPM socket path
  • Apache and nginx vhost generators now derive the PHP-FPM socket path from the parent domain instead of the subdomain row, eliminating connect failures
  • Existing subdomains with stale PHP version in the database will recover immediately after the update is applied, without requiring manual intervention
See the Demo