Apache log rotation on Windows (update)

Way back when I wrote how to do log rotation for Apache on Windows. Well, as it turns out there's a better way that is available with the recent discover of ApacheLounge.org - there's a module/plugin for Apache that can do log rotation automagically called mod_log_rotate that'll be easier to use and won't leave tonnes of zombie tasks running if you restart Apache. Much nicer.

Tags: 

Apache commercial support

Many corporations require that all software used have a commercial support structure available to cope with worst-case scenarios. Typically many open-source applications in use today don't have support available from the core development team, and the ubiquitous Apache HTTPd web server is no different. To the rescue is the company Covalent who can provide not only support for several of the Apache products but also make a customized bundle available of Apache HTTPd, Tomcat and several other applications.

Tags: 

Goldberg - turn-key user auth & CMS for Rails

One of Rails' most commonly mentioned faults is the lack of a turn-key user authentication & content management system as part of the standard install. While a good point, there are a number of open-source projects that have stepped up to the plate to fill this gap. After looking around for some time I've found one which I suspect I'll be using often: Goldberg.

Tags: 

Rails tip - run FCGI if you can't do Mongrel

A small tip, but one I just encountered. If your web hosting provider can't allow you to set up a nice proxied Mongrel cluster, your best bet is to use the FastCGI (aka "FCGI") interface to Apache as the plain-Jane CGI interface is just slow as a dog. I ran into this little issue when using RedMine for my project management, and let me tell you it was slow. Well, it finally dawned on me to take a look see if it was using CGI or FCGI - low and behold by default it is set to use CGi, no wonder it was so slow!

Tags: 

Apache+SSL for Windows

There's a site called Apache Lounge that has put together a collection of binary files for Apache for Windows. What's notable about these is the inclusion of the SSL module, which the Apache Foundation don't distribute in their Windows binaries anymore. Along with the core Apache install they also have some some plugins/modules for Apache that are worth using - a log rotator (so that the traffic log doesn't fill your drive), an interesting looking security plugin, and updated plugins for PHP and Perl.

Tags: 

Pages

Subscribe to Front page feed