Alan’s Blogometer

Alan Gutierrez blogs on software, social networks, and himself.

Subscrive Via RSS Feed
« How To Use EditGrid to Create a Database With A Slick User Interface With Zero Lines of Code Caddyshack Morning »

Troubleshooting ljubljana.blogometer.com

Test Pattern

Test Pattern by Jen.

About two months ago, my funding for a dedicated Think New Orleans server came to an end. Think New Orleans had been running well for a while, so I thought it wouldn’t matter much to consolidate it with the server that hosts this blog, ljubljana.blogometer.com.

Neither website gets large amounts of traffic. Think New Orleans receives 500 unique visitors a day on a good day. I can’t imagine that all the neighborhood blogs, the New Orleans Wiki, and my personal/professional blog together attract more than 2000 unique visitors a day. Even a modest dedicated server should be able to handle that much traffic, unless something is terribly wrong.

The server also runs postfix and dovecot (IMAP). It serves up the bloggers listserv using GNU Mailmain. It acts as a Subversion repository through Apache. None of these applications concern me. They are all very well written applications. The mail and Subversion services serve only a single user, me.

The Think New Orleans web menagerie includes WordPress, MediaWiki and Instiki. WordPress and Mediawiki are PHP applications running from Apache. Instiki is in a Ruby Webrick web server which is accessed via Apache mod_proxy.

Neighborhood blogs such as Northwest Carrollton and Think New Orleans itself are run in WordPress. There are two flavors of New Orleans Wiki. The Mediawiki version and the Instiki version. The latter is getting more use these days. It contains the definitive List of New Orleans Bloggers and the resources created by CHAT.

There is an instance of Jetty that is rarely visited that runs a few simple servlets that is also accessed via Apache mod_proxy. This is very low traffic and the Servlets are my own. The unconference signup servlet is an example. It writes a web form to file.

I run a script from cron that requests http://blogometer.com/. If it takes more than three seconds to serve, I kill all httpd processes and restart Apache.

Please have a look at the crash reports and tell me what you think.

Leave a Reply