Hi all,
I'm trying to secure a site after /cgi-bin/*/admin/* using LocationMatch so basically link with the "admin" directory needs to be protected ie.
<LocationMatch "/cgi-bin/*/admin/*">
SetHandler server-status
Order deny,allow
Deny from all
Allow from 172.16
</LocationMatch>
I can't seem to get this working. Do I need the .htaccess files or can I just configure it in there httpd.conf??
Thanks
Dennis
I'm trying to secure a site after /cgi-bin/*/admin/* using LocationMatch so basically link with the "admin" directory needs to be protected ie.
<LocationMatch "/cgi-bin/*/admin/*">
SetHandler server-status
Order deny,allow
Deny from all
Allow from 172.16
</LocationMatch>
I can't seem to get this working. Do I need the .htaccess files or can I just configure it in there httpd.conf??
Thanks
Dennis