I've installed Ubuntu Server and Apache2.
I want to test my httpd.conf by adding following code:
<Directory />
Order allow,deny
Deny from all
</Directory>
+apache restart
It should raise 403 error while entering website, but I can browse my index.html normally.