gui not saving changes on httpd_config.xml

gdewey

Well-Known Member
#1
for some reason I don't understand our LSWS failed to start after a simple change on the web interface (getting a "process not found" error on the logs). So as I had this some years ago I decided to re-install the server and replace the config file.. everthing worked again but now when I try to edit something httpd_config.xml does not change .. my httpd_config.xml is set for lsadm:lsadm and all permissions are set to write.. any ideas of what could I be missing?
 

gdewey

Well-Known Member
#5
Code:
$ ps -ef|grep admin_php
lsadm    21211  8009  0 10:08 ?        00:00:00 admin_php5
ubuntu   21234 20440  0 10:09 pts/1    00:00:00 grep --color=auto admin_php
 

Lauren

LiteSpeed Staff
Staff member
#6
can you try to use an xml validator for your xml config file? sometimes a missed tag or > can make xml invalid. make sure it's still in good xml format.
 
Top