How to Re-calibrate Your Execution Environment
BoostonCP allows you to change your web server and PHP version instantly without manual configuration file editing.
Changing the PHP Version
- Find your domain in the website list and click the Settings (Gear) Icon.
- Go to the "PHP Version" tab.
- Select your target version from the dropdown (e.g., switching from 7.4 to 8.3).
- Click "Update PHP Version". The system will reload the FPM socket instantly.
Switching Web Servers (Nginx <-> Apache)
- Inside the domain settings modal, navigate to the "Webserver" tab.
- Select the new engine.
- Click "Switch Engine". BoostonCP will automatically migrate your VHost logic and restart the required services.
MANUAL TIP: If you switch to Apache, ensure your
.htaccess files are present in the document root for custom routing rules to take effect.