httpd_config.xml is emptied on restart.

bbennett

Active Member
#1
New install, was working fine last night, but today anytime I make changes in the web admin console the httpd_config.xml is empty and the web server wont restart
 

mistwang

LiteSpeed Staff
#2
It probably is a bug in the web admin console code. What changes you have made in the web admin console?
Please check if there is any related error message in lsws/logs/error.log or stderr.log.
 

bbennett

Active Member
#3
It happens if I make any changes at all in the web admin console.

Nothing in the lsws/logs/error.log aside from the normal startup logging.
 

bbennett

Active Member
#4
Here is some of the log.


Your License key will expire in 13 days
2007-08-10 16:54:01.376 NOTICE Loading LiteSpeed/3.2 Enterprise ...
2007-08-10 16:54:01.479 NOTICE [ADMIN] server socket: 127.0.0.1:7584
2007-08-10 16:54:01.479 NOTICE Loading configuration from /opt/lsws/conf/httpd_config.xml ...
2007-08-10 16:54:01.480 NOTICE [config] chroot is disabled.
2007-08-10 16:54:01.480 INFO old priority: 0, new priority: 0
2007-08-10 16:54:01.480 INFO [config:server:basic] For better obscurity, server version number is hidden in the response header.
2007-08-10 16:54:01.482 WARN [config:server:listener] No listener is available for normal virtual host!
2007-08-10 16:54:01.483 NOTICE The maximum number of file descriptor limit is set to 6000.
2007-08-10 16:54:01.485 NOTICE [config:server:epsr:phpLsapi]'Process Limit' probably is too low, adjust the limit to: 220.
2007-08-10 16:54:01.486 ERROR [config:template:centralConfigLog] Listener [Default] does not exist
2007-08-10 16:54:01.486 ERROR [config:template:pHP_SuEXEC] Listener [Default] does not exist
2007-08-10 16:54:01.487 ERROR [config:template:EasyRailsWithSuEXEC] Listener [Default] does not exist
2007-08-10 16:54:01.659 ERROR [/usr/local/apache/conf/httpd.conf:1167] Listener for 74.53.63.78 is not available!
2007-08-10 16:54:01.665 ERROR [/usr/local/apache/conf/httpd.conf:1230] Listener for 67.19.6.4 is not available!
 

bbennett

Active Member
#8
Its working fine now (knock on wood). I used the uninstall.sh under the /admin/misc folder then deleted the lsws folder and then reinstalled from the source.

Also made a backup of the httpd_config.xml file with the basic settings we need.
 
Top