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 |
Can I run tomcat without apache?
What users does apache run under?
How do I enable apache modules?
Does apache log post data?
Which module is required to have redirection possible?
What is apache web server in linux?
How to ensure web server is getting started after server reboot?
Is apache a application server?
How do you install the apache web server?
What is the use of apache server?
Who is initial author of apache?
How does Apache compared to other servers?