Score:0

Block all ip except some ip in apache2.4 with mod_jk

cn flag
<VirtualHost *:80>
JkMount /* balancer

JkMount /jkmanager jkstatus
ServerName localhost

<Location /jkmanager/>
JkMount jkstatus
AllowOverride none
Require all denied
Require ip ip1
Require ip ip2
Require ip ip3

</Location>

</VirtualHost>

Hello guys Above is my httpd.conf file

I'm having trouble with control ips in apache2.4 I want to block all ip but ip1, ip2, ip3

It is toally not working, It opens every ip

Need help

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.