[Bug 217850] www/joomla3 update to apache2 of example config for joomla3

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Mar 16 17:51:39 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217850

            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 at FreeBSD.org
          Reporter: dirkx at webweaving.org
          Assignee: ler at FreeBSD.org
             Flags: maintainer-feedback?(ler at 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.

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


More information about the freebsd-ports-bugs mailing list