svn commit: r436379 - in head/www/joomla3: . files
Larry Rosenman
ler at FreeBSD.org
Sat Mar 18 03:11:57 UTC 2017
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 at 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/),
More information about the svn-ports-head
mailing list