• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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