If you specify both deny from all and allow from all, what
will be the default action of Apache?
Answers were Sorted based on User's Feedback
Answer / abhay
In case of ambiguity deny always takes precedence over allow.
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / alex kurian m
Service Will check first allow, if allow all it will not
check deny settings.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / cvr
It also depends on Order directive
order allow, deny # connection will be denied
order deny, allow # connection will be allowed
| Is This Answer Correct ? | 4 Yes | 0 No |
How to secure your apache web server?
Is apache license free?
What is the difference between httpd and apache?
Can I use apache license 2.0 in commercial?
What are the types of virtual hosts?
What is meant by a valid server name directive?
How to hide server version details in http response header?
What is apache prefork?
Is apache web server free?
How to find httpd.conf file if you don’t know installation location?
Is apache and tomcat the same?
If you have only one ip address, but you want to host two web sites on your server. What will you do?