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 the difference between apache and apache tomcat?
what is use of apache in web server?
What is apache http server?
What is apache child process?
What is the difference between systemd and upstart?
What is location of log files for apache server?
What is mod_evasive module?
How do I start apache server?
What is an apache logs?
How do I start apache tomcat?
Do I need programming skills to install apache in my system?
Can I run tomcat without apache?