https://bugs.koozali.org/show_bug.cgi?id=12050

Jean-Philippe Pialasse <te...@pialasse.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Jean-Philippe Pialasse <te...@pialasse.com> ---
this has this way of handling the situation already

     <IfModule mod_access_compat.c>
      AllowOverride None
      order deny,allow
      deny from all
      allow from { (($mailman{access} || 'public' ) eq "public" ) ?  "all":
"$localAccess";}
    </IfModule>
    <IfModule !mod_access_compat.c>
      Require { (($mailman{access} || 'public' ) eq "public" ) ?  "all
granted": "ip $localAccess";}
    </IfModule>

probably the best way to do in fact
no need to require a version of e-smith apache this way
will just need cleanup at SME11 step ideally

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to