I’ve had a lot of URL spam (bots testing URLs for weaknesses and exploits). They haven’t been successful but i have configured my system to send me an e-mail when exceptions occurs and there have a been a lot of e-mails. I wanted a simple solution with the following features: No additional packages to install […]
I used to use mod_xsendfile by Nils Maier, who’s Homepage doesn’t seem to exist anymore, to send files from Ruby proxied by Apache respectively powered by modrails. Those files shouldn’t be in any public www directory as authorization needs to be checked, but are accessed very often so that streaming them is not an option. […]
Wordpress 2.2 arrived a day ago. Updating was no problem at all. Prominent new features are wigdet support without the need for an external plugin and a working atom 1.0 feed. I could drop two plugins: the widget plugin and the atom10 plugin. Nice. All others work as before (some important to mention are UTW, […]
Die vorherigen Artikel Ruby on Rails mit Mac OS X und Rails: Rolling into production on Mac OS X beschäftigten sich mit der Installation von Ruby on Rails unter Mac OS X bzw. mit der Produktivumgebung von Rails. Prämisse für mich war jedesmal, dass der eingebaute Mac OS X Apache genutzt wird und nicht ein […]
Damit die SetEnv RAILS_ENV productionSetEnv RAILS_ENV production Direktive in der httpd.conf oder einer lokalen .htaccess Datei funktioniert, muss das Modul “env_module” im Apache aktiviert werden. Dies wird unter Mac OS X nicht standardmässig getan. Folgende Zeilen in der /etc/httpd.conf einkommentieren: LoadModule env_module libexec/httpd/mod_env.so AddModule mod_env.cLoadModule env_module libexec/httpd/mod_env.so AddModule mod_env.c