Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Mar 2017 17:51:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 217850] www/joomla3 update to apache2 of example config for joomla3
Message-ID:  <bug-217850-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217850

            Bug ID: 217850
           Summary: www/joomla3 update to apache2 of example config for
                    joomla3
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ler@FreeBSD.org
          Reporter: dirkx@webweaving.org
          Assignee: ler@FreeBSD.org
             Flags: maintainer-feedback?(ler@FreeBSD.org)

The example shown post install should be improved to something like:

  ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
  Alias /joomla /usr/local/www/joomla3/
  AcceptPathInfo On

  AddHandler php5-script php
  DirectoryIndex    index.php

  <Directory /usr/local/www/joomla3>
      AllowOverride None
      Require all granted
  </Directory>

to match apaches new config auth.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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