Blog

User Profile


Recent Comments

Configuring Lucee 5.1 with Apache 2.4 on Windows Server using mod_cfml.

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])(/.
)?$...

Read More >>