I seem to need this information often enough so I thought I would post it here for safe keeping.
In Apache 2, shared modules must be compiled with the directive: –enable-mods-shared=’rewrite’
Multiple modules can be configured that way like so: –enable-mods-shared=’rewrite dav dav-fs’
A simple config string would look like this: ./configure –prefix=/usr/local/apache –enable-mods-shared=’rewrite’
# [...]
