Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69212 - website/public_html/live
From: grafikrobot_at_[hidden]
Date: 2011-02-23 12:41:36


Author: grafik
Date: 2011-02-23 12:41:34 EST (Wed, 23 Feb 2011)
New Revision: 69212
URL: http://svn.boost.org/trac/boost/changeset/69212

Log:
Current web server config.
Text files modified:
   website/public_html/live/.htaccess | 5 +++++
   1 files changed, 5 insertions(+), 0 deletions(-)

Modified: website/public_html/live/.htaccess
==============================================================================
--- website/public_html/live/.htaccess (original)
+++ website/public_html/live/.htaccess 2011-02-23 12:41:34 EST (Wed, 23 Feb 2011)
@@ -16,6 +16,11 @@
 RewriteEngine On
 RewriteBase /
 
+########## Block Morfeus scanning
+
+RewriteCond %{HTTP_USER_AGENT} ^Morfeus
+RewriteRule ^.*$ - [F]
+
 ########## Redirect to the canonical URL.
 
 RewriteCond %{HTTP_HOST} ^boost\.org [NC]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk