Debian / Ubuntu Linux: Install Cherokee Web Server

www.lautt‮‬uri.com
Debian / Ubuntu Linux: Install Cherokee Web Server

To install the Cherokee web server on a Debian or Ubuntu system, you can use the apt-get command. Cherokee is a lightweight, fast, and flexible web server that is easy to install and configure.

  1. Update the package list on your system by running the following command:
sudo apt-get update
  1. Install Cherokee using the apt-get command:
sudo apt-get install cherokee
  1. Once the installation is complete, start the Cherokee service by running the following command:
sudo service cherokee start
  1. To access the Cherokee web server, open a web browser and go to the following URL:
http://localhost:80

This will open the Cherokee web server home page.

Note: By default, Cherokee listens on port 80 for HTTP traffic and port 443 for HTTPS traffic. You can change these settings in the Cherokee configuration file located at /etc/cherokee/cherokee.conf.

Created Time:2017-10-28 14:02:26  Author:lautturi