LebGeeks

A community for technology geeks in Lebanon.

You are not logged in.

#1 March 3 2010

Joe
Member

Cherokee Web server

Anyone heard of it? They claim to be faster than Apache. Anyway it's nice to see some competition and choices (IIS never was an option).

Offline

#2 March 3 2010

arithma
Member

Re: Cherokee Web server

there's also nginx and lighttpd i think.. I may have spelled wrong; apache is not going solo on this

Offline

#3 March 3 2010

Ayman
Member

Re: Cherokee Web server

I haven't heard of Cherokee, yet I will check it out, but actually Lighttpd is becoming a strong competitor to Apache , It is faster and takes less time to configure, it has minimal footprint and is very good at serving static content, and it can scale very well across multiple servers. :)

Offline

#4 March 3 2010

Kassem
Member

Re: Cherokee Web server

WAMP is all what I use for local testing. I'm not sure about the other servers but the Apache which comes with WAMP is more than enough for local testing. I guess those other server you guys mentioned are for web hosts, but do they fully support PHP?

Offline

#5 March 3 2010

Joe
Member

Re: Cherokee Web server

Here's a benchmark showing the speed of Cherokee compared to apache, lighttpd and nginx.

I'm not claiming this is true (it does come from the Cherokee website). I'm just curious about them.

Offline

#6 March 3 2010

rolf
Member

Re: Cherokee Web server

I would try Yaws, if I had to find an Apache alternative. It's performance seems to be consistent all-round and I like using different technologies and concepts (Yaws is written in Erlang).
Cherokee looks good nevertheless.

Offline

#7 March 4 2010

samer
Admin

Re: Cherokee Web server

arithma wrote:

there's also nginx and lighttpd i think.. I may have spelled wrong; apache is not going solo on this

We're actually running on an nginx web server :)
It eats way less RAM than apache and serves content faster.
A downside is that harder to configure than Apache, but it's definitely worth it on the long run, especially if you're running a heavy-traffic website.

Offline

#8 March 4 2010

arithma
Member

Re: Cherokee Web server

We're actually running on an nginx web server :)

Well as we're on the topic, could you provide us some more info samer about this setup? It seems fast enough, and handles traffic quite smoothly, I guess. A VPS, shared hosting, server slice, a dedicated server..?

Offline

#9 March 4 2010

samer
Admin

Re: Cherokee Web server

arithma wrote:

We're actually running on an nginx web server :)

Well as we're on the topic, could you provide us some more info samer about this setup? It seems fast enough, and handles traffic quite smoothly, I guess. A VPS, shared hosting, server slice, a dedicated server..?

We're running on a VPS with 256MB of RAM :)

Offline

#10 March 5 2010

arithma
Member

Re: Cherokee Web server

OK, so I ordered one too a while ago. Mine is from rackspace cloud. I use it mainly for holding my svn repository (works through an svn module for apache) and to host a few stuff. I also used godaddy for some client.
I'll open another thread to share my experience with each soon. Hope you'll contribute.

Offline

Board footer