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 |
What is meaning of "listen" in httpd.conf file?
Where are the apache logs?
When did ubuntu switch to systemd?
What’s a distinction between apache and nginx net server?
Why apache server is used?
What does htpasswd do?
What is apache configuration?
What is apache server explain main features of apache server?
Can apache and tomcat run together?
What does 200, 403 & 503 http error code mean?
How do you check the version of the running apache web server?
What is apache http server?