• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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