Results 1 to 10 of 12
Threaded View
-
22nd Sep 2011, 08:43 PM #11
If you use nginx as apache reverse proxy. It downgrades requests to HTTP/1.0 and you lose the original HTTP version so just use:
Code:# Mitigate the spammers <IfModule rewrite_module> RewriteEngine On RewriteCond %{HTTP_REFERER} ^$ RewriteCond %{HTTP:Accept-Language} ^$ RewriteCond %{REQUEST_METHOD} ^(POST) RewriteRule .* - [R=406] </IfModule>
Trusted: Dom, l0calh0st, 0ccul7, robert420
Find all threads started by NewEraCracker
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
mod_rewrite fix
By fdls in forum Web Application/Script SupportReplies: 4Last Post: 9th Sep 2011, 05:51 PM -
Mod_rewrite access???
By SaBteCh in forum Server ManagementReplies: 6Last Post: 18th Dec 2010, 01:09 AM -
mod_rewrite help
By Paul in forum Webmaster ResourcesReplies: 1Last Post: 23rd Mar 2010, 12:02 AM -
Do spammers understand that they're spammers?
By narutoroot in forum General DiscussionReplies: 18Last Post: 21st Nov 2009, 06:36 AM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...