logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: the fastest web server -- cherokee
Author
ileadu



Joined: 05 Dec 2008
Posts: 19

PostPosted: Wed 27 Oct '10 15:48    Post subject: the fastest web server -- cherokee Reply with quote

http://www.cherokee-project.com/downloads.html

How about compile it for windows user ?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Wed 27 Oct '10 20:40    Post subject: Reply with quote

- you need Win32_Building_Environment.rar (http://www.cherokee-project.com/download/windows/)
- Download the tar.gz
- extract it
- configure

Code:

wget http://www.cherokee-project.com/cherokee-latest-tarball
tar xvfz cherokee-1.0.8.tar.gz
cd cherokee-1.0.8
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-static-module=all --enable-static --enable-shared=no --enable-beta --enable-trace
make
make install



OR
download version 0.99 (cherokee-win32.zip) from http://kinkrsoftware.nl/contrib/cherokee/
Back to top
Kanashii



Joined: 17 Jul 2006
Posts: 155
Location: Porando

PostPosted: Thu 28 Oct '10 19:48    Post subject: Re: the fastest web server -- cherokee Reply with quote

Its compiled with mingw, Smile so its only for testing
Back to top


Reply to topic   Topic: the fastest web server -- cherokee View previous topic :: View next topic
Post new topic   Forum Index -> Other Software