• 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 4.3.10 and session.save_path vs open_basedir

B

BoXie

Guest
Hi,

On Fedora Core 2 with PHP 4.3.10 the session.save_path in /etc/php.ini is set too /var/lib/php/session by default.

But once you install things like Mambo , installers complain they can't write to the session dir. This is because the open.basedir restricts PHP (writing) to the users homedir and /tmp.

Is it safe and best practise to modify /etc/php.ini so that session.save_path is set too /tmp ?
 
Hmm . those threads haven't got much to do with this one.

My question: is it safe to change the session.safe_path to /tmp (any complications with that ?).

And if so ... why can't it be found in Plesk documentation to do so .. since Plesk uses open_basedir's. It should be a common issue.
 
Back
Top