• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

/var/lib/php/session -- how do i set read access --

I

ilustrate

Guest
i'm in the middle of a mambo installation and the pre-instalation wizard is asking me to set


/var/lib/php/session, Permission >> Read

i've ftp'd to the site and can find the var folder but can't seem to create a new folder within var so that i can give it this permission. am i on the right track?
 
So you have the /var, but not /var/lib or /var/lib/php?

Instead of using FTP, can you use SSH as root user?

You will need to be user root (or su root) to create folders under /var since they don't already exist.
 
Back
Top