When I try:
telnet localhost 7778
it doesn't work:
[root@localhost hiawatha]# telnet localhost 7778
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
port 7779 works ok
[root@localhost hiawatha]# telnet localhost 7779
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
When I go to my
http://IP i see Hiawatha default page.
Kloxo seems to be running:
[root@localhost hiawatha]# ps aux | grep kloxo
root 13291 0.3 0.0 405712 27584 pts/0 S 12:13 0:00 /opt/php52s/bin/php -c /opt/php52s/etc/php.ini /usr/local/lxlabs/kloxo/sbin/kloxo.php master
root 13294 0.1 0.0 294344 11924 ? Ss 12:13 0:00 /opt/php52s/bin/kloxo-phpcgi -b /usr/local/lxlabs/kloxo/init/kloxo-phpcgi.sock
root 13304 0.0 0.0 294344 4996 ? S 12:13 0:00 /opt/php52s/bin/kloxo-phpcgi -b /usr/local/lxlabs/kloxo/init/kloxo-phpcgi.sock
root 13305 0.0 0.0 294344 4996 ? S 12:13 0:00 /opt/php52s/bin/kloxo-phpcgi -b /usr/local/lxlabs/kloxo/init/kloxo-phpcgi.sock
root 13306 0.0 0.0 294344 4996 ? S 12:13 0:00 /opt/php52s/bin/kloxo-phpcgi -b /usr/local/lxlabs/kloxo/init/kloxo-phpcgi.sock
root 13307 0.0 0.0 294344 4996 ? S 12:13 0:00 /opt/php52s/bin/kloxo-phpcgi -b /usr/local/lxlabs/kloxo/init/kloxo-phpcgi.sock
lxlabs 13318 0.1 0.0 56676 1560 ? Ssl 12:13 0:00 /usr/sbin/kloxo-hiawatha -c /usr/local/lxlabs/kloxo/init
root 13402 0.0 0.0 103252 888 pts/0 S+ 12:15 0:00 grep kloxo
This does not fix this too !
service kloxo restart
Stopping kloxo-phpcgi: [ OK ]
Starting kloxo-phpcgi: [ OK ]
Stopping kloxo-hiawatha: [ OK ]
Starting kloxo-hiawatha: [ OK ]