Lines 1-6
Link Here
|
1 |
Cherokee is a tiny, ultrafast, lightweight Web server. It is implemented |
1 |
Cherokee is a very fast, flexible, and lightweight Web server. It is |
2 |
entirely in C, and has no dependencies beyond a standard C library. It |
2 |
implemented entirely in C, and has no dependencies beyond a standard C |
3 |
provides only the most basic HTTP functionality, but is extremely fast and |
3 |
library. It is embeddable and extensible with plug-ins. It supports on-the-fly |
4 |
small. |
4 |
configuration by reading files or strings, TLS/SSL (via GNUTLS or OpenSSL), |
|
|
5 |
virtual hosts, authentication, cache friendly features, PHP, custom error |
6 |
management, and much more. |
5 |
|
7 |
|
6 |
WWW: http://www.cherokee-project.com/ |
8 |
WWW: http://www.cherokee-project.com/ |