In the case of "AH01630: client denied by server configuration: proxy:ajp://localhost:8009/index.cfm" you have to add the local IPv6 adress
<Proxy >
# When using Apache 2.4, use this line (without the "# ")
Require local
# Require ip 127.0.0.1
#Require ip ::1
</Proxy>
ProxyPreserveHost On
ProxyPassMatch ^/(.+\.cf[cm])(/.)?$...
User Profile
Joern Ten Bosch