$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r86719 - website/public_html/live/development
From: dnljms_at_[hidden]
Date: 2013-11-16 08:31:59
Author: danieljames
Date: 2013-11-16 08:31:58 EST (Sat, 16 Nov 2013)
New Revision: 86719
URL: http://svn.boost.org/trac/boost/changeset/86719
Log:
Update apache configuration.
I just upgraded to the latest Ubuntu, and the configuration file
required this change.
Text files modified:
website/public_html/live/development/website_updating.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: website/public_html/live/development/website_updating.html
==============================================================================
--- website/public_html/live/development/website_updating.html Sat Nov 16 07:51:13 2013 (r86718)
+++ website/public_html/live/development/website_updating.html 2013-11-16 08:31:58 EST (Sat, 16 Nov 2013) (r86719)
@@ -359,7 +359,7 @@
ServerName boost.localhost
DocumentRoot "/path/to/boost/website/public_html/beta"
<Directory "/path/to/boost/website/public_html/beta">
- Options MultiViews Includes ExecCGI FollowSymLinks +Includes
+ Options +MultiViews +Includes +ExecCGI +FollowSymLinks +Includes
AllowOverride All
Order allow,deny
Allow from all