Cherokee 0.11.6 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Cherokee 0.11.6 (Default branch)
# 1  
Old 12-25-2008
Cherokee 0.11.6 (Default branch)

Cherokee is a very fast, flexible, and easy to configure Web server. It supports widespread technologies: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more. It also provides an easy to use configuration interface that allows you to configure the server from top to bottom without editing a text configuration file. License: GNU General Public License (GPL) Changes:
The handling of long POST requests over HTTPS has been fixed. Another bug has been fixed in the MySQL balancer module: it can now be configured to handle requests targeting a certain directory. Finally, a couple of minor problems have been fixed in the configuration interface. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
LIGHTTPD(8)															       LIGHTTPD(8)

NAME
lighttpd - a fast, secure and flexible web server SYNOPSIS
lighttpd [-ptDvVh] -f configfile [-m moduledir] DESCRIPTION
lighttpd (pronounced 'lighty') is an advanced HTTP daemon that aims to be secure, fast, compliant and very flexible. It has been optimized for high performance. Its feature set includes, but is not limited to, FastCGI, CGI, basic and digest HTTP authentication, output compres- sion, URL rewriting. This manual page only lists the command line arguments. For details on how to configure lighttpd and its modules see the files in the doc- directory. OPTIONS
The following options are supported: -f configfile Load configuration file configfile. -m moduledir Use moduledir as the directory that contains modules, instead of the default. -p Print the parsed configuration file in its internal form and exit. -t Test the configuration file for syntax errors and exit. -D Do not daemonize (go into background). The default is to daemonize. -v Show version and exit. -V Show compile-time features and exit. -h Show a brief help message and exit. FILES
/etc/lighttpd/lighttpd.conf The standard location for the configuration file. /var/run/lighttpd.pid The standard location for the PID of the running lighttpd process. SEE ALSO
Online Documentation: http://wiki.lighttpd.net/ spawn-fcgi(1) Hypertext Transfer Protocol -- HTTP/1.1, RFC 2616. HTTP Authentication: Basic and Digest Access Authentication, RFC 2617. The Common Gateway Interface Version 1.1, RFC 3875. The FastCGI specification. AUTHOR
Jan Kneschke <jan@kneschke.de> 2009-03-07 LIGHTTPD(8)