• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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