You can still get assistance by raising a ticket with our support department should you not be able to find what you are looking for here.

Change PHP version and per-domain PHP options such as memory limit and upload size.

DirectAdmin lets you select the PHP version and adjust common settings for each domain without editing server configuration files.

Select PHP version

  1. Go to Account Manager → PHP Settings or Select PHP Version (also available under Extra Features).
  2. Select the domain.
  3. Choose the PHP version your application requires.
  4. 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.

← Back to Account Manager