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 |
In which folder are Java Applications stored in Apache?
What is systemctl used for?
What are the types of virtual hosts?
What is apache web server?
How do I know if apache server is running windows?
Can I use apache license 2.0 in commercial?
What type of ip is needed for apache web servers to host a website?
Can you record all the cookies sent to your server by clients in web server logs?
How do I start apache on centos?
How to run php/ruby with apache?
What is the difference between httpd and apache?
What is the servertype directive?