From e0a4db828536336b5a91f2a57696edaa1b8f03cf Mon Sep 17 00:00:00 2001 From: David Höppner Date: Tue, 15 Dec 2009 19:51:59 +0100 Subject: Cherokee formula Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, uWSGI, SSI, TLS and SSL encrypted connections, Virtual hosts, Authentication, on the fly encoding, Load Balancing, Apache compatible log files, Data Base Balancing, Reverse HTTP Proxy, Traffic Shaper, Video Streaming and much more. --- Library/Formula/cherokee.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/cherokee.rb (limited to 'Library/Formula') diff --git a/Library/Formula/cherokee.rb b/Library/Formula/cherokee.rb new file mode 100644 index 000000000..cd797ab5c --- /dev/null +++ b/Library/Formula/cherokee.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Cherokee