We were using LiteSpeed for a while. To change configuration files we used to:
(1) edit httpd_config.xml and domain.xml files locally
(2) upload .xml files to the server via ssh
(3) restart the server via ssh
This works fine for 4.0.9 and previous versions but when we do it with 4.0.10 the admin login page shows session errors though the server starts correctly.
These are the permissions of uploaded files:
httpd_config.xml rw-r-----
domain.xml rw-------
What have we add to the script in order to avoid the session errors? Should we change the ownership of sess_* files?
(1) edit httpd_config.xml and domain.xml files locally
(2) upload .xml files to the server via ssh
(3) restart the server via ssh
This works fine for 4.0.9 and previous versions but when we do it with 4.0.10 the admin login page shows session errors though the server starts correctly.
These are the permissions of uploaded files:
httpd_config.xml rw-r-----
domain.xml rw-------
What have we add to the script in order to avoid the session errors? Should we change the ownership of sess_* files?