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.
This commit is contained in:
parent
3c90cd1882
commit
1b68fdfbb6
1 changed files with 14 additions and 0 deletions
14
Formula/cherokee.rb
Normal file
14
Formula/cherokee.rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class Cherokee <Formula
|
||||
url 'http://www.cherokee-project.com/download/0.99/0.99.36/cherokee-0.99.36.tar.gz'
|
||||
homepage 'http://www.cherokee-project.com/'
|
||||
md5 '2b47f70c60de0c6e8ca487f6ccacb9f5'
|
||||
|
||||
depends_on 'gettext'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue