• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Php as fastcgi with safe_mode off

T

T Feigl

Guest
Hi,

i use ubuntu 8.04 with plesk 9.3 on a strato vhost in germany. When i run php with fastcgi the checkbox next to it (safe-mode activation) does not work. safe_mode will be on, even the checkbox is unchecked.

How can i set my domain to use php with fastcgi and safe_mode off?

Thanks for help.

Feigl
 
Verwende php_flag umd deine vhost directive zu überschreiben.
Erstelle Dir eine .htacess Datei und trage dort folgendes ein.

"php_flag safe_mode off"

PS: ich antworte nur in deutsch
 
Back
Top