| 1 |
<?php include 'HEADER.php'; ?> |
|---|
| 2 |
<!-- HEADER ends --> |
|---|
| 3 |
|
|---|
| 4 |
<div class="indian-say"><img class="release" src="/images/release.png"> |
|---|
| 5 |
<div class="contents"> |
|---|
| 6 |
<div class="title">Flexible and Fast Web server</div> |
|---|
| 7 |
<div class="message"> |
|---|
| 8 |
<p><strong>Cherokee </strong>is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, Virtual hosts, Authentication, on the fly encoding, Load balancing, Apache compatible log files, and much more.</p><p>A user friendly interface called <strong>cherokee-admin</strong> is provided for a no-hassle configuration of the server. Check out the benchmarks and documentation to learn more, and give it a try to squeeze your hardware to the fullest!</p></div> |
|---|
| 9 |
<div class="links"><a href="/media.html"><b>Media & Contact</b></a> • <a href="/partners.html">Partners</a> • <a href="/logos.html" title="Cherokee branding">Logos</a> </div> |
|---|
| 10 |
</div> |
|---|
| 11 |
</div> |
|---|
| 12 |
|
|---|
| 13 |
<div class="twobars"><div class="right50"><br /><br /><br /></div></div> |
|---|
| 14 |
|
|---|
| 15 |
<div class="twobars clearfix"> |
|---|
| 16 |
<div class="left50"> |
|---|
| 17 |
<div class="index-section download" onclick="window.location = '/downloads.html';"> |
|---|
| 18 |
<h2><a href="/downloads.html">Get Cherokee!</a></h2> |
|---|
| 19 |
<p><a href="/downloads.html">Download the latest release!</a></p> |
|---|
| 20 |
</div> |
|---|
| 21 |
<div class="index-section documentation" onclick="window.location = '/doc';"> |
|---|
| 22 |
<h2><a href="/doc">Learn more!</a></h2> |
|---|
| 23 |
<p><a href="/doc">Cherokee Web Server on-line documentation</a></p> |
|---|
| 24 |
</div> |
|---|
| 25 |
<div class="index-section community" onclick="window.location = '/devel';"> |
|---|
| 26 |
<h2><a href="/contribute.html">Get Involved!</a></h2> |
|---|
| 27 |
<p><a href="/contribute.html">Here you can find Mailing Lists, the user map, etc.</a></p> |
|---|
| 28 |
</div> |
|---|
| 29 |
</div> |
|---|
| 30 |
|
|---|
| 31 |
<div class="right50"> |
|---|
| 32 |
<h2>Latest News</h2> |
|---|
| 33 |
<div class="latest-item"><a href="/news.html#12">Cherokee 0.9.2 is out</a></div> |
|---|
| 34 |
<div class="latest-date">03 October, 5:18pm</div> |
|---|
| 35 |
<div class="latest-item"><a href="/news.html#11">Cherokee 0.9.1 released</a></div> |
|---|
| 36 |
<div class="latest-date">29 September, 7:34pm</div> |
|---|
| 37 |
<div class="latest-item"><a href="/news.html#10">Cherokee 0.9.0 released</a></div> |
|---|
| 38 |
<div class="latest-date">26 September, 5:33pm</div> |
|---|
| 39 |
<div class="latest-item"><a href="/news.html#9">Asus EeePC Cherokee contest</a></div> |
|---|
| 40 |
<div class="latest-date">3 September, 3:01pm</div> |
|---|
| 41 |
<div class="latest-item"><a href="/news.html#8">Cherokee 0.8.0 released</a></div> |
|---|
| 42 |
<div class="latest-date">15 August, 7:00pm</div> |
|---|
| 43 |
<div class="latest-item"><a href="/news.html#7">cherokee-project.com</a></div> |
|---|
| 44 |
<div class="latest-date">28 October, 3:51pm</div> |
|---|
| 45 |
</div> |
|---|
| 46 |
</div> |
|---|
| 47 |
|
|---|
| 48 |
<div class="twobars clearfix"> |
|---|
| 49 |
<div class="left50"> |
|---|
| 50 |
<h2>Mailing list</h2> |
|---|
| 51 |
<div id="cherokee-list"></div> |
|---|
| 52 |
</div> |
|---|
| 53 |
<div class="right50"> |
|---|
| 54 |
<h2>Cherokee T-Shirts</h2> |
|---|
| 55 |
<div id="cols"><ul> |
|---|
| 56 |
<li><a href="http://killermundi.com/contents/h6.htm" title="Want one?"><img src="images/tshirt.jpg" width="103" height="100" border="0"></a></li> |
|---|
| 57 |
<li>Shirts with the<br /> |
|---|
| 58 |
Cherokee Project<br /> |
|---|
| 59 |
logo.<br /><br /> |
|---|
| 60 |
<p><a href="http://killermundi.com/contents/h6.htm" title="Want one?">Get yours now!</a></p> |
|---|
| 61 |
</li></ul> |
|---|
| 62 |
</div> |
|---|
| 63 |
<h2>Latest Commits</h2> |
|---|
| 64 |
<div id="cherokee-svn"></div> |
|---|
| 65 |
</div> |
|---|
| 66 |
</div> |
|---|
| 67 |
</div> |
|---|
| 68 |
|
|---|
| 69 |
<script src="/static/js/ahah.js" type="text/javascript"></script> |
|---|
| 70 |
<script type="text/javascript"> |
|---|
| 71 |
tmp = new ajaxObject ('cherokee-list', '/dynamic/cherokee-list.html'); |
|---|
| 72 |
tmp.update(); |
|---|
| 73 |
|
|---|
| 74 |
tmp = new ajaxObject ('cherokee-svn', '/dynamic/cherokee-svn.html'); |
|---|
| 75 |
tmp.update(); |
|---|
| 76 |
</script> |
|---|
| 77 |
|
|---|
| 78 |
<!-- FOOTER begins --> |
|---|
| 79 |
<?php include 'FOOTER.php'; ?> |
|---|
| 80 |
|
|---|