Hi,
I've been able to compile the server (had to replace the --with-libdir=lib64 option for php to --with-libdir=lib/x86_64-linux-gnu (needed for ubundu 12.04)
But when I try to start the server with:
sudo /usr/local/lsws/bin/lswsctrl start
The server doesn't start...
I get the following output:
[OK] litespeed: pid=17592.
litespeed: no process found
[OK] litespeed: pid=17619.
and in the logs:
- error.log:
2013-05-21 20:08:04.780 [NOTICE] Loading LiteSpeed Open ...
2013-05-21 20:08:04.781 [NOTICE] [ADMIN] server socket: uds://usr/local/lsws/admin/tmp/admin.sock.7683
2013-05-21 20:08:04.781 [NOTICE] Loading configuration from XML file /usr/local/lsws/conf/httpd_config.xml ...
2013-05-21 20:08:04.782 [NOTICE] [config] chroot is disabled.
2013-05-21 20:08:04.782 [INFO] old priority: 0, new priority: 0
2013-05-21 20:08:04.782 [INFO] [config:server:basic] For better obscurity, server version number is hidden in the response header.
2013-05-21 20:08:04.783 [NOTICE] [PID: 17883]: forked cgid: 17885
2013-05-21 20:08:04.786 [NOTICE] The maximum number of file descriptor limit is set to 6000.
- lsrestart.log
Tue May 21 20:08:01 CEST 2013
start, LSWS running: 0
LSWS does not restart properly, check port 7080
checking port 7080 usage with netstat
checking port 7080 usage with lsof
check port 7080 after kill all litespeed processes
checking port 7080 usage with netstat
checking port 7080 usage with lsof
So, no specific error message in the logs..
Cheers,
Guillaume