Score:0

Multiple LocationMatch sections in apache2 for the same path?

eg flag

Is it possible to add additional LocationMatch?

The following would only allow zzz.zzz.zzz.zzz.

<LocationMatch (/path1|path2|path3)>
    Require ip xxx.xxx.xxx.xxx
    Require ip yyy.yyy.yyy.yyy
</LocationMatch>

<!-- additional ip for only one path
<LocationMatch /path1>
    Require ip zzz.zzz.zzz.zzz
</LocationMatch>

But I would like to achieve a merge of both. How?

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.