nevermind that msg. I had the server-status sethandler on.
DOH! It still doesn't like multiple /* although this should work just fine.
Thanks for da help.
seems like it does not like multiple /* so if I just use /cgi-bin/* it seems to work but then when I try access a html page /cgi-bin/test/index.html, it takes me to this "Apache Server Status for mymachinename" and spits out this current/restart/uptime times and PID.
I guess it's...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.