Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Mar 2017 03:11:55 +0000 (UTC)
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436379 - in head/www/joomla3: . files
Message-ID:  <201703180311.v2I3BtYC093195@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ler
Date: Sat Mar 18 03:11:55 2017
New Revision: 436379
URL: https://svnweb.freebsd.org/changeset/ports/436379

Log:
  Update pkg message for apache 2.4 users for Apache 2.4's new security model.
  
  PR:	217850
  Submitted by: dirkx@webweaving.org
  Approved by:	adamw (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10036

Modified:
  head/www/joomla3/Makefile
  head/www/joomla3/files/pkg-message.in

Modified: head/www/joomla3/Makefile
==============================================================================
--- head/www/joomla3/Makefile	Sat Mar 18 02:42:09 2017	(r436378)
+++ head/www/joomla3/Makefile	Sat Mar 18 03:11:55 2017	(r436379)
@@ -3,6 +3,7 @@
 
 PORTNAME=	joomla
 PORTVERSION=	3.6.5
+PORTREVISION=	1
 CATEGORIES=	www
 PKGNAMESUFFIX=	3
 

Modified: head/www/joomla3/files/pkg-message.in
==============================================================================
--- head/www/joomla3/files/pkg-message.in	Sat Mar 18 02:42:09 2017	(r436378)
+++ head/www/joomla3/files/pkg-message.in	Sat Mar 18 03:11:55 2017	(r436379)
@@ -5,10 +5,13 @@
   ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
   Alias /joomla %%WWWDIR%%/
   AcceptPathInfo On
+
   <Directory %%WWWDIR%%>
       AllowOverride None
       Order Allow,Deny
       Allow from all
+      # For Apache 2.4 add:
+      Require all granted
   </Directory>
 
  2) Visit your Joomla site with a browser (i.e. http://your.server.com/joomla/),



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703180311.v2I3BtYC093195>