Intercept Apache communication
Posted
by
Nathan Adams
on Server Fault
See other posts from Server Fault
or by Nathan Adams
Published on 2011-02-27T22:25:24Z
Indexed on
2011/02/27
23:26 UTC
Read the original article
Hit count: 296
I am looking to develop a solution that eliminates potential spammers. The way this system will work is that it will watch connections and requests. Going into the specifics is more for stackoverflow, But, what I am interested in is if it is possible to tell Apache to pass the request over to my application first and give it the ability to accept/deny the request. Sure, it will make requests slower, but I think that is a trade off I am willing to take. I still want, however, Apache to run the request through any interpreters (such as PHP).
The idea is that one wouldn't have to implement anti-spam measures on a per app basis but have an "umbrella" of spam protection.
© Server Fault or respective owner