Ian's Blog

Avatar

A RESTful Blog/Homepage.

Articles tagged with 'apache2'

[ANN] mod_concat

I've just created a new module for the "apache webserver 2.2":http://httpd.apache.org which implements one of Brad's features of "perlbal":http://www.danga.com/perlbal/. The ability to concatenate CSS or javascript files into a single HTTP request. the request will look like: http://hostname/cdn/??music2.js,mp.js,dir1/dalai_llama.js,ratings_widget.js,widget_config.js,common.js my initial testing ...

SVN repo is up + mod_ip_count is back

a while back my SVN server which I hosted on webperf went down, and with it access to mod_ip_count, a module I wrote a while back to limit access to a server farm utilizing memcached since then I've had a couple of requests for it.. so I brought up a SVN server to host them. for some reason the SVN rpm I found didn't work on ...

SCGI works well

This page was served using SCGI Rails. and it seems to work OK for the general case. but the apache module doesn't seem to play nicely with mod_rewrite..hopefully I can do something about that. Update: I still can't get it working properly ;( so I rolled it out to my 'test' host and put the reverse proxy back in. What I am trying to do is ...

announce: mod_ip_count

Thanks to the hard work of Paul Querna (aka chipig) on apr_memcache, and memcached a distributed caching server.
I have developed a 'DoS' prevention apache2 module. It works by restricting the number of requests that a given client can issue to a server pool.
here it is: mod_ip_count
If there is some interest I'll start a mailing list/bugtracker etc. WARNING: it hasn't been tested in ...