• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

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