• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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