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 |
Apache server works on which ports?
How would you describe the apache web server in brief?
What is the difference between apache and nginx web server?
How to disable trace http request?
What does htpasswd do?
How does apache license work?
What do you mean by a valid servername directive?
How to solve this error "User Operation is waiting for publishing Apache Geronimo v2.0 server at localhost....to complete
What does the graceful restart option in apache do?
Does google use apache?
What is a Comamnd to check the version of apache server?
How to run php/ruby with apache?