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 does the graceful restart option in apache do?
What is the use of apache server?
Which tool you have used for apache benchmarking?
Can we do automatically roll over the apache logs at specific times without having to shut down and restart the server?
Where is apache config centos?
How do I install apache server on windows 7?
How to check the version of running apache web server?
If you have only one ip address, but you want to host two web sites on your server. What will you do?
Does Apache include a search engine?
Can we cache files which are viewed frequently?
What’s a distinction between apache and nginx net server?
What type of ip is needed for apache web servers to host a website?