August 2nd, 2005 @ 5:19 pm
mod_msff
Unlikely dot Org / Code / mod_msff
Best
Apache
Module
EVER
msff = Microsoft Free Fridays
if you are using IE, and its a Friday, apache servers with this module will return a “Its Microsoft Free Friday” instead of the normally requested web page
I am experimenting with this, mostly to see if i can get it to work
but I am too lazy to change the date to a friday, so come friday, I will be testing this module more
and… if you use IE, honestly, check out firefox
there has always been a link to it on my webpage

2 Responses to “mod_msff”
tech note
i used http://unlikely.org/code/mod_msff/mod_msff-2_x-markm.c
and compiled it
gcc -c -I/usr/pkg/include/httpd/ -fpic -DSHARED_MODULE mod_msff.c
gcc -shared -o mod_msff.so mod_msff.o
cp mod_msff.so /usr/pkg/libexec/
By justin August 5th, 2005 at 1:07 am
[...] see http://tinfoilsoldier.com/blog/2005/08/02/mod_msff/ for prev post [...]
By Tin Foil Soldier » Blog Archive » MSFF update August 5th, 2005 at 1:26 am