| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|---|
| 2 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 3 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|---|
| 4 |
<head> |
|---|
| 5 |
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
|---|
| 6 |
<meta http-equiv="Content-Language" content="en-us" /> |
|---|
| 7 |
|
|---|
| 8 |
<title>Cherokee Web Server</title> |
|---|
| 9 |
|
|---|
| 10 |
<meta name="ROBOTS" content="ALL" /> |
|---|
| 11 |
<meta http-equiv="imagetoolbar" content="no" /> |
|---|
| 12 |
<meta name="MSSmartTagsPreventParsing" content="true" /> |
|---|
| 13 |
<meta name="Keywords" content="cherokee web server httpd http" /> |
|---|
| 14 |
<meta name="Description" content="Cherokee is a flexible, very fast, lightweight Web server. It is implemented entirely in C, and has no dependencies beyond a standard C library. It is embeddable and extensible with plug-ins. It supports on-the-fly configuration by reading files or strings, TLS/SSL (via GNUTLS or OpenSSL), virtual hosts, authentication, cache friendly features, PHP, custom error management, and much more." /> |
|---|
| 15 |
|
|---|
| 16 |
<link href="/static/cherokee.css" rel="stylesheet" type="text/css" media="all" /> |
|---|
| 17 |
<link href="/static/blog.css" rel="stylesheet" type="text/css" media="all" /> |
|---|
| 18 |
</head> |
|---|
| 19 |
<body id="cherokee_body"> |
|---|
| 20 |
<div id="container"> |
|---|
| 21 |
<table id="container-table" > |
|---|
| 22 |
<tr> |
|---|
| 23 |
<td id="container-logo" onclick="window.location='/';" onMouseOver="title='Home!'"> </td> |
|---|
| 24 |
<td id="container-nav"> |
|---|
| 25 |
<ul id="nav"> |
|---|
| 26 |
<li><a href="/downloads.html" title="Download Cherokee now!">Download!</a></li> |
|---|
| 27 |
<li><a href="/doc" title="Cherokee's online documentation">Documentation</a></li> |
|---|
| 28 |
<li><a href="/contribute.html" title="Join the Community!">Contribute</a></li> |
|---|
| 29 |
<li><a href="/benchmarks.html" title="Cherokee is fast!">Benchmarks</a></li> |
|---|
| 30 |
<li><a href="/doc/other_faq.html" title="Frequently Asked Questions (released with the documentation)">FAQ</a></li> |
|---|
| 31 |
</ul> |
|---|
| 32 |
</td> |
|---|
| 33 |
</tr> |
|---|
| 34 |
</table> |
|---|
| 35 |
<br /> |
|---|
| 36 |
|
|---|
| 37 |
<div id="main"> |
|---|
| 38 |
|
|---|