Cherokee Web Server
Now, has anyone tried installing the Cherokee Web Server on any distro on Linode? If so, how do you install it and do you have some tuning tips or good-to-know tweaks?
Thanks!
13 Replies
so the command would be:
sudo apt-get install cherokee
James
I'll try to compile it from source but I just wanted get some advices about how to do that with optimal performance.
Thanks anyway!
The server itself compiles correctly, leaving configure parameters at the defaults doesn't do much harm. Binding PHP into it was also relatively easy.
The problem started when I wanted to use additional php modules. I've tried both GD and APC, no luck. They got installed correctly, but the php-cgi installation doesn't seem to recognize them. Modifying /etc/php5/cgi/php.ini with "extension=gdi.so" (or the lines for APC) was also a dead end.
At this point I've stopped digging into this. If anyone knows how to fix this, feel free to share.
@dcelasun:
the php-cgi installation doesn't seem to recognize them. Modifying /etc/php5/php-cli/php.ini with "extension=gdi.so" (or the lines for APC) was also a dead end.
Are you editing the wrong file or was that just a typo? If you want to enables PHP modules with CGI/FastCGI, you need to edit /etc/php5/cgi/php.ini
@hybinet:
Are you editing the wrong file or was that just a typo? If you want to enables PHP modules with CGI/FastCGI, you need to edit /etc/php5/cgi/php.ini
That was such a pain when I was configuring my php.ini for lighttpd. I had to run a phpinfo to figure out where it was being read from. They really need to go back to just using /etc/phpV/php.ini again.
How is the Cherokee web server working out? I've read lots of good things about it, but I'm a lighttpd fan.
I'll keep experimenting with Cherokee though. If I can get it fully functional I'll run my own benchmarks and see if it's really that better than the competition.
I just ask because Apache is readily available, and you seem to be familiar with it - I'm willing to bet you could have it up, running and tuned within a half day.
the benchmarks on their site
Again, I'm testing it just of curiosity. I really haven't tested it that throughly though, I'm still far away from even considering a switch to Cherokee.
A commenter on the blog that posted the 0.10.0 benchmarks originally pointed out that e.g. the nginx configuration is far from optimal (only one process serving requests).