neonatura / crotalus

High-performance Web Server (libshare compatible)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crotalus is a light-weight HTTP server.

Crotalus runs CGI programs as separate processes, performs automatic directory generation, and automatic file gunzipping.

The Crotalus web server has the primary ambitions of improved speed, security, robustness.

Purpose

This is crotalus, a high performance web server for "unix compiler" computers. This project strives to combine the benefits of simple stream-lined web server while including common HTTP standards such as SSL and inline PHP interpretting.

Install Instructions

git clone https://github.com/neonatura/crotalus/
cd crotalus
./autogen.sh
mkdir build; cd build
../configure
make
make install

Run "configure --help" in order to see additional options relating to limiting external dependencies.

The file "/etc/crotalus/crotalus.conf" will automatically be generated which contains descriptions of all the options available to be set.

Upcoming Features

None of the following items have been implemented;

  • SSL (https) support.
  • OpenAuth API support.
  • win32/gnulib compatibility support
  • 'make install' support for ubuntu

Background History

Crotalus is a genus of venomous pit vipers [found only in the Americas] derived from the Greek word krotalon, which means "rattle" or "castanet", and refers to the rattle on the end of the tail.

This package is based off of Boa, a high performance web server for Unix-alike computers, covered by the Gnu General Public License. Derived from boa version 0.94, released January 2000.

Boa was created in 1991 by Paul Phillips paulp@go2net.com. It is now being maintained and enhanced by Larry Doolittle ldoolitt@boa.org and Jon Nelson jnelson@boa.org.

For more information (including installation instructions) examine the file docs/boa.txt or docs/boa.dvi, point your web browser to docs/boa.html, or visit the Boa homepage at

    http://www.boa.org/

About

High-performance Web Server (libshare compatible)

License:GNU General Public License v2.0


Languages

Language:C 60.7%Language:PHP 24.7%Language:HTML 8.1%Language:Makefile 1.6%Language:Shell 1.2%Language:Python 1.1%Language:C++ 0.6%Language:M4 0.5%Language:TeX 0.4%Language:XSLT 0.2%Language:Assembly 0.1%Language:JavaScript 0.1%Language:Roff 0.1%Language:Ada 0.1%Language:Yacc 0.1%Language:Lex 0.1%Language:Pascal 0.1%Language:C# 0.1%Language:DIGITAL Command Language 0.0%Language:Objective-C 0.0%Language:Perl 0.0%Language:CMake 0.0%Language:Awk 0.0%Language:Clean 0.0%Language:CLIPS 0.0%Language:DTrace 0.0%Language:VCL 0.0%Language:Batchfile 0.0%Language:SAS 0.0%Language:Module Management System 0.0%Language:CSS 0.0%Language:Max 0.0%Language:GDB 0.0%Language:GAP 0.0%