Configuring Apache dispatcher with cq
I have installed "Apache2.2" in my machine.
I have downloaded "dispatcher-apache2.2-windows-x86-4.1.9.zip" file, unzipped it and placed the "disp_apache2.2.dll" in modules folder of dispatcher.
I copied "dispatcher.any" file in conf folder and registered my server port number in "dispatcher.any" file as shown below.
# The load will be balanced among these render instances
/renders
{
/rend01
{
# Hostname or IP of the render
/hostname "127.0.0.1"
# Port of the render
/port "4503"
# Connect timeout in milliseconds, 0 to wait indefinitely
# /timeout "0"
}
}
I have registered IP address for server in host file as shown below
# localhost name resolution is handled within DNS itself.
127.0.0.1 www.yyy.com
when ever I am trying www.yyy.com in browser it always showing it works ! as shown in image.
Its not pointing to Server.
How can this be solved ?
