Mohican is a free, open-source web server made for Linux systems.
Features:
- Mohican can process http requests.
- Mohican can connect to other web-servers.
- Mohican uses config file to get information.
- Mohican is controlled by command line.
- Mohican writes information into logs.
$ sudo ./mohican.sh start
$ sudo ./mohican.sh build
$ sudo ./mohican.sh help <command>
$ sudo ./mohican.sh create config
$ sudo ./mohican.sh status
$ sudo ./mohican.sh reload hard
$ sudo ./mohican.sh reload soft
$ sudo ./mohican.sh stop hard
$ sudo ./mohican.sh stop soft
$ sudo apt-get install gcc
$ sudo apt-get install cmake
$ sudo apt-get install libboost-all-dev
$ git clone https://github.com/Neytrinoo/mohican
$ sudo ./mohican.sh build
-
@And_Dayk - Дьяконов Андрей [Team Lead, Raising and managing the server, Load balancing]
-
@kirill555101 - Каташинский Кирилл [Stop command handler, Searching by block locations]
-
@Neytrino0 - Ильин Дмитрий [Asynchronous request processing development, Config parser]
-
@lostl1ght - Буланный Константин [HTTP parser, Proxying a request]