On Mon, Jan 21, 2019 at 2:32 PM Howard White <[email protected]> wrote:
>
> Yours truly is a victim of yet another too-old-happy-talk-howto.
> Regarding the /etc/httpd/conf.d/phpMyAdmin.conf, the howto says comment
> out the lines
>         Order Deny,Allow
>         Deny from all
>         Allow from 127.0.0.1
>
> Oh, but in my instance, these lines occur several times.  And really,
> this is like saying "turn off SELinux 'cause we're too lazy to
> understand security."
>
> Not finding an "M" to "RTF"
>
> So which is the syntax?  Add another Allow from line underneath the
> Allow from 127.0.0.1 or add my network reference after a comma on the
> first Allow line?

Yes.  However, I'd note that the commands given are for Apache 2.2 or
earlier.  If you're running Apache 2.4, then the commands should
instead be:

<RequireAll>
    Require all granted
    Require ip 10.252.46.165 // or whatever your IP is
</RequireAll>

-- 
Tilghman

-- 
-- 
You received this message because you are subscribed to the Google Groups 
"NLUG" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/nlug-talk?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"NLUG" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to