Hi,
I have been trying to search and see if my problem has a solution in forum with no luck.
I have a Kloxo installation that was running fine and everything was accessible. However now it is not accessible over web.
netstat says following:
# netstat -a -p -n | grep kloxo
tcp 0 0 0.0.0.0:7776 0.0.0.0:* LISTEN 23988/kloxo.exe
tcp 0 0 0.0.0.0:7779 0.0.0.0:* LISTEN 23988/kloxo.exe
When I try to restart kloxo it return this
service kloxo restart
Stopping kloxo: ../bin/common/function.sh: line 28: 23988 Terminated $__path_server_exe $string >/dev/null 2>&1
Waiting for the process to die.....
Stopped kloxo
Starting kloxo: 11
2010-09-03 03:26:02: (network.c.336) SSL: error:00000000:lib(0):func(0):reason(0)
mysqld (pid 5559) is running...
Started kloxo
Does this means that service was not started properly?
Can anybody suggest anything?
My colleague might have done something when he was getting familiar with Kloxo earlier. My first thoughts were ports are changed, I have run the default port script and still no use.
Thanks in advance