Hi to all,
I have activated a new linux dedicated server with centos5.4 and plesk8.6
I came from experience from plesk8.x/window2008, so this is first time on linux/plesk
I have problem with php and the session.save_path.
I have read the following kb
http://kb.odin.com/en/6781
When I set the environment like explain in the article the site became very slowly, it is possible ? Why ?
If, for example, I move the session save path to a folder inside the web directory for example:
/var/www/vhosts/<domain>/httpdocs/tmp
The site works well, but this is incorrect and insecure because the sessions cannot be stored in a web directory I believe.
So I'd like to know which is the correct way to configure the session.save_path.
After any change I reconfigure the vhost.conf with:
websrvmng --reconfigure-vhost ....
And I restart the httpd service.
For the session I use the Pear/Auth Class that works well in windows environment for my experience.
Any help are appreciate.
Bye.
I have activated a new linux dedicated server with centos5.4 and plesk8.6
I came from experience from plesk8.x/window2008, so this is first time on linux/plesk
I have problem with php and the session.save_path.
I have read the following kb
http://kb.odin.com/en/6781
When I set the environment like explain in the article the site became very slowly, it is possible ? Why ?
If, for example, I move the session save path to a folder inside the web directory for example:
/var/www/vhosts/<domain>/httpdocs/tmp
The site works well, but this is incorrect and insecure because the sessions cannot be stored in a web directory I believe.
So I'd like to know which is the correct way to configure the session.save_path.
After any change I reconfigure the vhost.conf with:
websrvmng --reconfigure-vhost ....
And I restart the httpd service.
For the session I use the Pear/Auth Class that works well in windows environment for my experience.
Any help are appreciate.
Bye.