August 26th, 2010 (2 weeks ago)
Dexter
Unfortunately my
previous solution was only temporary, after a while I mentioned that mongrels are eating the memory and hanging.
Read more…

Loading ...
August 25th, 2010 (2 weeks ago)
Dexter
I have seen some serious performance issues and some error messages with
nginx and mongrel_cluster.
Read more…

Loading ...
August 20th, 2010 (2 weeks ago)
Dexter
By default it is not working and the workspace switcher show only 1 workspace whatever you set. Googleing a bit I found the
solution.

Loading ...
August 15th, 2010 (3 weeks ago)
Dexter
I already shared some
nginx configuration for PHP, but here is one for Drupal.
Read more…

Loading ...
The webrick of
redmine has couple of performance issues, so I was looking for an alternative solution to avoid the use of Apache and its
proxy features. As already I use
nginx it was clear to use it. The
proxy is working perfectly with proxy_pass to the webrick, but this still have the performance issues.
Read more…

Loading ...
As promised here are some install instruction – or better would be to say how I did it.
Read more…

Loading ...
After installing
nginx (I will maybe post all steps later). Some basic settings and it is runing.
nginx cannot run PHP scripts directly, for this reason you need to use fastcgi.
What do you need for this? 1st the php-cgi installed. To check where it is use
server ~/ # which php-cgi
/usr/bin/php-cgi
Read more…

Loading ...
nginx [engine x] is a HTTP and
reverse proxy server, as well as a mail
proxy server written by
Igor Sysoev. It has been running for more than five years on many heavily loaded Russian sites including
Rambler (
RamblerMedia.com). According to Netcraft
nginx erved or proxied
4.24% busiest sites in January 2010. Here are some of success stories:
FastMail.FM,
WordPress.com.
I have tried it and it is a must! follow ups coming soon with config files and start up scripts.

Loading ...