All posts tagged with 'Apache'

Apache httpd, Tomcat und sendfile

28-Jun-11

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. […]

Read the complete article »

WordPress 2.2 Update

17-May-07

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, […]

Read the complete article »

Rails mit FastCGI und Apache unter Mac OS X

28-Jun-06

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 […]

Read the complete article »

Rails: Rolling into production on Mac OS X

29-May-06

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

Read the complete article »