S
sullo
Guest
Trying to get gallery2 working, which sadly requires safe_mode = off.
I have safe_mode = on in /etc/php.ini
I have safe mode disabled in the site's plesk setting.
The /var/www/vhosts/<domain>/conf/httpd.conf shows "php_admin_flag safe_mode off"
The vhosts.conf is:
I've done several combinations of webservrmng command that I've seen around here. i've restarted apache manually.
However... no matter what I do, safe_mode is still enabled for this domain when i look at the output of phpinfo().
What gives??
I don't want to disable it for all domains...
thx
I have safe_mode = on in /etc/php.ini
I have safe mode disabled in the site's plesk setting.
The /var/www/vhosts/<domain>/conf/httpd.conf shows "php_admin_flag safe_mode off"
The vhosts.conf is:
<Directory /var/www/vhosts/<domain>/httpdocs/gallery2>
<IfModule sapi_apache2.c>
php_admin_flag engine on
php_admin_flag safe_mode off
php_admin_value open_basedir "/var/www/vhosts/<domain>/httpdocs:/tmp:/usr/bin"
php_admin_value safe_mode_include_dir "/var/www/vhosts:/usr/bin"
php_admin_value safe_mode_exec_dir "/usr/bin"
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine on
php_admin_flag safe_mode off
php_admin_value open_basedir "/var/www/vhosts/<domain>/httpdocs:/tmp:/usr/bin"
php_admin_value safe_mode_include_dir "/var/www/vhosts:/usr/bin"
php_admin_value safe_mode_exec_dir "/usr/bin"
</IfModule>
</Directory>
I've done several combinations of webservrmng command that I've seen around here. i've restarted apache manually.
However... no matter what I do, safe_mode is still enabled for this domain when i look at the output of phpinfo().
What gives??
I don't want to disable it for all domains...
thx