il problema è qui:

<Directory "/var/www/html">
Options Indexes FollowSymLinks ExecCGI
Order allow,deny
Allow from all
AuthLDAPAuthoritative on
AuthType Basic
AuthName "Area Riservata"
AuthLDAPBindDN "CN=UserLDAP,CN=Users,DC=serverfarm,DC=...,DC= it"
AuthLDAPBindPassword ......
AuthLDAPURL ldap://......:389/cn=Users,DC=serverfarm,DC=...,DC=it?sAMAccountName ?sub?(objectclass=*)
# require valid-user
require group CN=Domain Admins,CN=Users,DC=serverfarm,DC=...,DC=it
</Directory>

che la cartella su cui voglio accedere è una sottocartella di "/var/www/html. Come posso aggirare il problema senza spostare la cartella in un altro ramo?