5.0 RC3 CentOS 7 Admin Interface won't load

#1
I have a fresh install of lsws 5. 0 RC3 on a new CentOS 7 install. I have also installed glibc to latest version. When I do a fresh install of lsws 5.0 Standard the webserver installs and starts up correctly with no errors. But when I try to access the admin port I just get a "500 Internal Server Error" message and this is what is in the logfile:

Code:
2015-04-08 21:55:58.029 [NOTICE] Loading LiteSpeed/5.0RC3 Standard ...
2015-04-08 21:55:58.029 [NOTICE] Using [OpenSSL 1.0.2a 19 Mar 2015]
2015-04-08 21:55:58.032 [NOTICE] [ADMIN] server socket: uds://usr/local/lsws/admin/tmp/admin.sock.7532
2015-04-08 21:55:58.032 [NOTICE] Loading configuration from /usr/local/lsws/conf/httpd_config.xml ...
2015-04-08 21:55:58.034 [INFO] old priority: 0, new priority: 0
2015-04-08 21:55:58.034 [INFO] [config:server:basic] For better obscurity, server version number is hidden in the response header.
2015-04-08 21:55:58.036 [NOTICE] [PID: 12873]: start cgid: 12875, /usr/local/lsws/bin/httpd
2015-04-08 21:55:58.037 [NOTICE] The maximum number of file descriptor limit is set to 4096.
2015-04-08 21:55:58.069 [NOTICE] [config:server:rails] Cannot find ruby interpreter, Rails easy configuration is turned off
2015-04-08 21:55:58.072 [NOTICE] litespeed (12873) is ready
2015-04-08 21:55:58.072 [NOTICE] [AutoRestarter] new child process with pid=12878 is forked!
2015-04-08 21:55:58.074 [NOTICE] [Child: 12878] Setup swapping space...
2015-04-08 21:55:58.074 [NOTICE] [child: 12878] Successfully change current user to nobody
2015-04-08 21:55:58.074 [NOTICE] [Child: 12878] Core dump is enabled.
2015-04-08 21:55:58.075 [NOTICE] [Child: 12878] LiteSpeed/5.0RC3 Standard starts successfully!
2015-04-08 21:55:59.001 [NOTICE] [AutoUpdate] Checking for new releases..., pid=12879
2015-04-08 21:55:59.031 [NOTICE] Start to clean up cache directory, pid=12880
2015-04-08 21:55:59.141 [NOTICE] [AutoUpdate] New release 4.2.22-std is available, please update your installation.
2015-04-08 21:56:16.512 [ERROR] [AdminPHP]: Failed to start one instance.
2015-04-08 21:56:16.513 [ERROR] [AdminPHP]: Failed to start one instance.
2015-04-08 21:56:16.514 [ERROR] [AdminPHP]: Failed to start one instance.
2015-04-08 21:56:16.515 [ERROR] [AdminPHP]: Failed to start one instance.
2015-04-08 21:56:16.515 [NOTICE] [24.10.147.235:59709] return 500 response after three failed attemps.
2015-04-08 21:56:16.515 [INFO] [24.10.147.235:59709] abort request..., code: 4
2015-04-08 21:56:16.515 [INFO] [24.10.147.235:59709] Abort request processing by PID:-1, kill: 1, begin time: 0, sent time: 0, req processed: 0
First thing I notice is that autoupdate is wrong in this RC release. Next thing is that AdminPHP failed to start. I CAN access the default webpage at 8088 but the "hello world" script generates an error. I think something is wrong with the PHP binary on CentOS 7. Any ideas of where I can start debugging this?
 
Top