aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorler <ler@FreeBSD.org>2017-03-18 11:11:55 +0800
committerler <ler@FreeBSD.org>2017-03-18 11:11:55 +0800
commite51d231c240d15663b236ddc697c8439b291445b (patch)
treeb99c6b8593b651961759f7a6c214c624d4603eaf /www
parent48188bd857b744c922f06a28405f19f04385e844 (diff)
downloadfreebsd-ports-gnome-e51d231c240d15663b236ddc697c8439b291445b.tar.gz
freebsd-ports-gnome-e51d231c240d15663b236ddc697c8439b291445b.tar.zst
freebsd-ports-gnome-e51d231c240d15663b236ddc697c8439b291445b.zip
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
Diffstat (limited to 'www')
-rw-r--r--www/joomla3/Makefile1
-rw-r--r--www/joomla3/files/pkg-message.in3
2 files changed, 4 insertions, 0 deletions
diff --git a/www/joomla3/Makefile b/www/joomla3/Makefile
index e9757d6ead23..83070090bb5b 100644
--- a/www/joomla3/Makefile
+++ b/www/joomla3/Makefile
@@ -3,6 +3,7 @@
PORTNAME= joomla
PORTVERSION= 3.6.5
+PORTREVISION= 1
CATEGORIES= www
PKGNAMESUFFIX= 3
diff --git a/www/joomla3/files/pkg-message.in b/www/joomla3/files/pkg-message.in
index a1b5d8d5d4ce..b20aca218574 100644
--- a/www/joomla3/files/pkg-message.in
+++ b/www/joomla3/files/pkg-message.in
@@ -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/),