If you specify both deny from all and allow from all, what
will be the default action of Apache?
Answer Posted / 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 |
Post New Answer View All Answers
What is maxclients in apache?
If you have added "loglevel debug" in httpd.conf file, than what will happen?
What is the difference between the servername directive and serveralias?
How to verify httpd.conf file to ensure no configuration syntax error?
Does ubuntu use systemd?
What is apachectl?
What is mod_evasive module?
How to know if web server running?
How do I start apache server on windows?
How to start apache server in windows?
What are the future plans for Apache?
What’s difference between apache web server and apache tomcat?
What is apache http server used for?
How to enable php scripts on your server?
How can we find what are the modules loaded in apache?