mod_auth_fire News
Brought to you by:
eydelber
The first build was targetted for Windows, just because I am developing on it, but Linux should work fine as well (with a fork() and exec() call added). Plop in the DLL or the SO (you'll have to use apxs on Linux) to the Apache modules directory, then add:
LoadModule fire_module modules/mod_auth_fire.dll
OR
LoadModule fire_module modules/mod_auth_fire.so
Then, add anywhere (general, <Location>, or <Directory>) a directive:... read more