Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Dec 2022 00:30:15 GMT
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3f7f555458ff - main - www/drupal10: Change DRUPAL_DIR to WWWDIR into pkg-message.in
Message-ID:  <202212200030.2BK0UFqx051710@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3f7f555458ffcf0551e8c5b0cb573ea26d566a30

commit 3f7f555458ffcf0551e8c5b0cb573ea26d566a30
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2022-12-20 00:29:01 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2022-12-20 00:29:01 +0000

    www/drupal10: Change DRUPAL_DIR to WWWDIR into pkg-message.in
    
    Reported by:    wen
---
 www/drupal10/files/pkg-message.in | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/www/drupal10/files/pkg-message.in b/www/drupal10/files/pkg-message.in
index e834ac4bc1ee..9eb0493081d3 100644
--- a/www/drupal10/files/pkg-message.in
+++ b/www/drupal10/files/pkg-message.in
@@ -18,12 +18,11 @@ configuration file (%%PREFIX%%/etc/apache(2)/httpd.conf).
 
 A typical configuration might read:
 
-    Alias /drupal "%%DRUPAL_DIR%%"
-    <Directory "%%DRUPAL_DIR%%">
-        Options Indexes FollowSymlinks MultiViews
-        AllowOverride None
-        Order allow,deny
-        Allow from all
+    Alias /drupal "%%WWWDIR%%"
+    <Directory "%%WWWDIR%%">
+	Options Indexes FollowSymlinks MultiViews
+	AllowOverride all
+	Require all granted
     </Directory>
 
 Please see http://drupal.org/cron for important information on setting up



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