I am aware that blocking by host extension can cause unwanted server load but which is correct? For example…
deny from *.ru
or
deny from .ru
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s
deny from .ru, according to the Apache 2.2 mod_authz documentation which say the host syntax is identical toAllow. They provide an example: