• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Cant login horde webmail

Status
Not open for further replies.

JuanCar

Regular Pleskian
Hi
I can not login into webmail (Horde). It doesn' accpet the login/password, but i doesn't give any error message, simply return to the blank login form. Of course I'm sure I use the correct login/pass (it give no error).

My first solution was reinstall it, but the problem goes on.

Any suggestion?

Thanks
 
I answer my own post, sorry.

I suspected this was an issue with session, so I made a chmod 777 /var/lib/php/session and I can login webmail, but I don't know if it is a good idea. Is it a good solution?


But my question is: Why until now horde was working without any problem? Why when reinstall Horde it uses the same dir for session files and not change to one accesible folder?

Some days ago in my /tmp/ folder appeared a perl script for spamming, under apache user. To fix this problema I set a different /tmp/ for each subdomain, and I set all php confs in FastCgi mode. But I didn touch anything in webmail config.


Well I'll try to get an answer.

Regards
 
You can change your php session.save_path therough php.ini file. You can check your current value through following command

Code:
grep session.save_path /etc/php.ini | grep -v ';'

And default directory permission of /var/lib/php/session/ is 770
 
Thank you.
I suppose that when I set php.ini for main domain the change was propagated by others php.ini (subdoms and webmail), so /tmp/ as temporal was changed to /var/lib/php/session/ ... a litle headache fixed ;)

Regards
 
Status
Not open for further replies.
Back
Top