Score:0

RequireAll in Apache 2.4.41 (Ubuntu) not working

us flag

The directive below, to limit access to a site to a single IP address, has been working happily for months but I suspect a recent update to Apache may have changed the behavior.

Instead of limiting the access to a single IP address it completely blocks all access to the site.

Has anyone had a similar experience and knows of a work around ?

<Location "/testqc">
   <RequireAll>
      Require ip 192.168.0
   </RequireAll>  
    ProxyPass ajp://192.168.0.XXX:XXXX/testqc
    ProxyPassReverse ajp://192.168.0.XXX:XXXX/testqc
</Location>
Score:0
us flag

The problem was actually a router change that altered the apparent ip source address. All good now.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.