• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

magic_quotes_gpc off

recompiling ...hm... its a debian package i installed. so where is the nouse of it? :confused:
 
No, don't go recompiling it. It is not a Debian package, it is a SWsoft package supplied especially for internal use by SiteBuilder sites only. So you don't even want to have that one use /etc/php.ini.
 
Originally posted by dirty
> added into my vhost.conf this entry
> php_admin_flag magic_quotes_gpc off

BTW, php changes in vhost.conf should be wrapped with <directory> directive, as well as it is done in domain's httpd.include, i.e.

<Directory /path/to/domain/httpdocs>
php_admin_flag....
php_admin_value....
<Directory>

The trick with <Directory doesn't work, you have to use <DirectoryMatch instead, then it works.

Greets,
Erland.
 
FYI didn't read the whole discussion so might be redundant/pointless.

<Directory /path/to/dir> works fine with me.

phpinfo(); is unreliable. My selinux was keeping PHP from reading it and phpinfo() happily reported it parsed that file and every file in /etc/php.d whilst it did NOT!!
 
Back
Top