View unanswered posts | View active topics It is currently Sun Sep 05, 2010 5:32 pm



Post new topic Reply to topic  [ 1 post ] 
Running the Cherokee Web Server on Debian Sid 
Author Message
User avatar

Joined: Mon Dec 14, 2009 7:38 pm
Posts: 8
Post Running the Cherokee Web Server on Debian Sid
These commands were tested on a system running Debian Sid and run as the root user.

First we need to Install Cherokee.
Code:
apt-get install cherokee


Then we start the administrative interface.
Code:
cherokee-admin


This will start an administrative web server that is not meant for public access. This server will bind to localhost on TCP port 9090 for security. If you are running Cherokee on a remote server, you will need to tunnel this port over a secure connection. If you are running Linux on your desktop; open a terminal and run this command.
Code:
ssh -L 9090:127.0.0.1:9090 username@remotehostgoeshere


Now, if you open a web browser and connect to http://127.0.0.1:9090, it will ask you for the user and password that was generated when you first started the server.

After you have enter the proper user credentials, you should be greeted with the server status page. From here you can start the server by clicking the "Launch" button.

In my next post I will describe how to do something actually useful with the admin interface.


Mon Dec 14, 2009 10:16 pm
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2009,2010 TickTechTalk.com.
Forum style by Vjacheslav Trushkin.