$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r86720 - website/public_html/live/development
From: dnljms_at_[hidden]
Date: 2013-11-16 08:43:29
Author: danieljames
Date: 2013-11-16 08:43:29 EST (Sat, 16 Nov 2013)
New Revision: 86720
URL: http://svn.boost.org/trac/boost/changeset/86720
Log:
Another note for configuring apache 2.4.
I commented it out as I'm not sure if it will work with apache 2.2.
Text files modified: 
   website/public_html/live/development/website_updating.html |     2 ++                                      
   1 files changed, 2 insertions(+), 0 deletions(-)
Modified: website/public_html/live/development/website_updating.html
==============================================================================
--- website/public_html/live/development/website_updating.html	Sat Nov 16 08:31:58 2013	(r86719)
+++ website/public_html/live/development/website_updating.html	2013-11-16 08:43:29 EST (Sat, 16 Nov 2013)	(r86720)
@@ -363,6 +363,8 @@
     AllowOverride All
     Order allow,deny
     Allow from all
+    # For apache 2.4:
+    # Require all granted
   </Directory>
 </VirtualHost>
 </pre>