Hi,
I just installed Apache 2.2 and I'm trying to configure the security rules, starting with a simple task...Deny from all and then I will Allow access for specific directories.
In httpd.conf I have
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny...