[authz_core:error] [pid 19562] [client 10.0.0.22:45424] AH01630: client denied by server configuration: /www/clgl/
From:- Order allow, deny Allow from all To:- Require all granted
<VirtualHost *:9999>
<Directory "/www/clgl/">
DirectoryIndex index.html
#Order deny,allow
#Order Allow,Deny
#Allow from all
Require all granted
</Directory>
DocumentRoot "/www/clgl"
#ServerName localhost
#ErrorLog /groups/smallco/logs/error_log
#TransferLog /groups/smallco/logs/access_log
</VirtualHost>