I followed this tutorial:
http://library.linode.com/web-servers/c ... conclusion
I can browse to
http://66.228.39.112/ and verify that Cherokee is running.
Then when I run the following in a Terminal window I am notified that "bind: Address already in use":
root@socrates:~# cherokee-admin &
[1] 4183
root@socrates:~#
Login:
User: admin
One-time Password: v2ICKWcAHXyHgpJb
Web Interface:
URL:
http://127.0.0.1:9090/
Cherokee Web Server 0.99.39 (Feb 2 2010): Listening on port 127.0.0.1:9090, TLS
disabled, IPv6 disabled, using epoll, 4096 fds system limit, max. 2041
connections, caching I/O, single thread
root@socrates:~# ssh -L 9090:localhost:9090
root@66.228.39.112 -N
root@66.228.39.112's password:
bind: Address already in use
Additionaly when I browse to
http://127.0.0.1:9090/ I get
Firefox can't establish a connection to the server at 127.0.0.1:9090.
Any suggestions? Thank you.