Jump to content

Cherokee (web server): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Undid revision 696775564 by 50.126.125.240 (talk)
Line 31: Line 31:
* [[Transport Layer Security|TLS and SSL]] <ref name="TLS/SSL Cookbook">{{Cite web |url=http://www.cherokee-project.com/doc/cookbook_ssl.html |title=TLS/SSL Cookbook |publisher=Cherokee project |accessdate=2010-09-16}}</ref>
* [[Transport Layer Security|TLS and SSL]] <ref name="TLS/SSL Cookbook">{{Cite web |url=http://www.cherokee-project.com/doc/cookbook_ssl.html |title=TLS/SSL Cookbook |publisher=Cherokee project |accessdate=2010-09-16}}</ref>
* [[Virtual hosting|Virtual servers]] <ref name="Virtual Servers">{{Cite web |url=http://www.cherokee-project.com/doc/config_virtual_servers.html |title=Virtual Servers|publisher=Cherokee project |accessdate=2010-09-16}}</ref>
* [[Virtual hosting|Virtual servers]] <ref name="Virtual Servers">{{Cite web |url=http://www.cherokee-project.com/doc/config_virtual_servers.html |title=Virtual Servers|publisher=Cherokee project |accessdate=2010-09-16}}</ref>
* [[URL redirection]] via [[rewriting]] supporting [[regular expression]]s
* [[URL rewriting]] and redirections supporting [[regular expressions]]
* [[Authentication]] via htdigest, [[htpasswd]], [[LDAP]], [[MySQL]], [[Pluggable Authentication Modules|PAM]], plain, and fixed list.<ref name="Authentication">{{Cite web |url=http://www.cherokee-project.com/doc/cookbook_authentication.html |title=Supported authentication mechanisms|publisher=Cherokee project |accessdate=2010-09-16}}</ref>
* [[Authentication]] via htdigest, [[htpasswd]], [[LDAP]], [[MySQL]], [[Pluggable Authentication Modules|PAM]], plain, and fixed list.<ref name="Authentication">{{Cite web |url=http://www.cherokee-project.com/doc/cookbook_authentication.html |title=Supported authentication mechanisms|publisher=Cherokee project |accessdate=2010-09-16}}</ref>
* [[Reverse proxy|Reverse HTTP proxy]]
* [[Reverse proxy|Reverse HTTP proxy]]

Revision as of 20:13, 25 December 2015

Cherokee Web Server
Original author(s)Álvaro López Ortega, Cherokee Project
Stable release
1.2.103 / April 21, 2013; 11 years ago (2013-04-21)
Repository
Written inC, Python and JavaScript[1]
Operating systemCross-platform [2]
Available inEnglish, Spanish, German, French, Italian, Dutch, Polish, Swedish, Brazilian Portuguese, Chinese Simplified, Catalan, Galician
TypeWeb server
LicenseGPLv2[3]
Websitecherokee-project.com

Cherokee is an open-source cross-platform web server that runs on Linux, BSD variants, Solaris, Mac OS X, and Microsoft Windows. It is a lightweight,[4] high-performance[5] web server/reverse proxy licensed under the GNU General Public License. Its goal is to be fast and fully functional yet still light. Major features of Cherokee include a graphical administration interface named cherokee-admin, and a modular light-weight design.

Independent tests have shown Cherokee to be better performing than Apache[6][7] when serving up both static and dynamic content.

Cherokee is maintained and developed by an open source community.[8]

Features

Web server features

Web applications [15]

Configuration wizards are provided to automatically configure the web server to perform specific tasks, or run frameworks and applications. These provide support for:

See also

References

  1. ^ "Cherokee - Ohloh". Ohloh.net. Retrieved 8 February 2012.
  2. ^ "Cherokee Downloads". Cherokee project. Retrieved 2011-03-23.
  3. ^ "Cherokee license".
  4. ^ Frommel, Oliver. "FEATHERWEIGHTS - Linux Magazine Online". Linux Magazine. Retrieved 10 August 2011.
  5. ^ "Installing Cherokee With PHP5 And MySQL Support On Ubuntu 11.04". Linux.com. 10 August 2011. Retrieved 26 August 2011.
  6. ^ "Cherokee vs Apache Benchmarks". Dynamic Hosting.
  7. ^ "Cherokee vs Apache : An alternate web server". Craig Strong. Archived from the original on 2012-02-26. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  8. ^ Contributors and metrics about Cherokee Project
  9. ^ "TLS/SSL Cookbook". Cherokee project. Retrieved 2010-09-16.
  10. ^ "Virtual Servers". Cherokee project. Retrieved 2010-09-16.
  11. ^ "Supported authentication mechanisms". Cherokee project. Retrieved 2010-09-16.
  12. ^ "Supported logging styles". Cherokee project. Retrieved 2010-09-16.
  13. ^ "Cherokee uWSGI support". Retrieved 23 March 2011.
  14. ^ "Application deployment with Cherokee Market". Retrieved 23 March 2011.
  15. ^ "Recipes for specific tasks". Retrieved 2010-09-16.

External links