Server Configuration

Enter the name, you have received by your provider into the box "Hostname for pd-admin".

You can configure how PHP-Scripts shall be executed. There are three different options:

  1. cgiwrap: A wrapper is started for each PHP-Script, to make sure that the script is running with the user rights of its owner. This is the safest setting.
  2. mod_php (safe_mode off): PHP-Scripts will be executed by an interpreter, which is integrated into the webserver. This is the fastest setting.
  3. mod_php (safe_mode on): The same as above but some aspects of security will be attended, which could cause some scripts to fail.

All settings are server-wide and can only be made if you have the appropriate rights.