http monitoring with God

August 26th, 2010 (2 weeks ago) Dexter No comments

A few more line to the monitoring of yesterday

[...]
    w.restart_if do |restart|
      restart.condition(:http_response_code) do |c|
        c.host = 'localhost'
        c.port = port
        c.path = '/'
        c.code_is_not = 200
        c.timeout = 3.seconds
        c.times = [2, 5]
      end
[...]
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

still this performance issue

August 26th, 2010 (2 weeks ago) Dexter No comments

Unfortunately my previous solution was only temporary, after a while I mentioned that mongrels are eating the memory and hanging.
Read more…

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

redmine on nginx with mongrel_cluster performace

August 25th, 2010 (2 weeks ago) Dexter No comments

I have seen some serious performance issues and some error messages with nginx and mongrel_cluster.
Read more…

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

xmonad gnome-panel workspace switcher

August 20th, 2010 (2 weeks ago) Dexter No comments

By default it is not working and the workspace switcher show only 1 workspace whatever you set. Googleing a bit I found the solution.

Categories: Software Tags: , , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Drupal on nginx

August 15th, 2010 (3 weeks ago) Dexter No comments

I already shared some nginx configuration for PHP, but here is one for Drupal.
Read more…

Categories: Internet, Software Tags: , , , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

redmine on nginx with mongrel_cluster

June 10th, 2010 Dexter No comments

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…

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Locandina canile di Trento

May 9th, 2010 Dexter 1 comment
1 Star2 Stars3 Stars4 Stars5 Stars (4 votes, average: 5.00 out of 5)
Loading ... Loading ...

install nginx

April 14th, 2010 Dexter No comments

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

Categories: Internet, Software Tags: , , ,
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading ... Loading ...

nginx and PHP

April 13th, 2010 Dexter No comments

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…

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

nginx

April 1st, 2010 Dexter No comments

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.

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading ... Loading ...