Introduction
This article explains how to manage PHP configuration in the Webdock dashboard, including modifying PHP parameters and switching PHP versions.
Manage PHP Screen
Note: The ‘Manage PHP’ feature is available only on LEMP/LAMP images. It allows direct PHP configuration through the control panel, including automatic handling of Nginx/Apache integration. This feature is not available on clean OS images.
The ‘Manage PHP’ screen displays two configuration panels: one for adjusting PHP runtime parameters and another for selecting the installed PHP version.
In the left panel, you can modify common PHP runtime parameters such as ‘memory_limit’ and ‘upload_max_filesize’. Use the right panel to select the desired PHP version to install or switch to. When a version change is applied, the system automatically updates the PHP socket in the web server configuration (Nginx/Apache) and restarts PHP-FPM, eliminating the need for manual configuration.
Conclusion
The Manage PHP feature enables easy control of PHP configuration and versioning, allowing you to adjust runtime behavior without manual server reconfiguration.
