DirectAdmin lets you select the PHP version and adjust common settings for each domain without editing server configuration files.
Select PHP version
- Go to Account Manager → PHP Settings or Select PHP Version (also available under Extra Features).
- Select the domain.
- Choose the PHP version your application requires.
- Save the change. The new version applies on the next request.
Adjust PHP directives
From the same area you can often modify values such as:
- memory_limit — maximum memory a script may use
- upload_max_filesize — largest file upload allowed
- max_execution_time — how long scripts may run
- display_errors — show or hide PHP errors (keep off in production)
If an application requires a specific extension, contact DanumHost support — some extensions are enabled server-wide and cannot be toggled per account.