Hello!

I'm getting the following error:

"HTTP/1.1 400 no host matches server name myserver"

Why this happens?

workers.properties
# ----------------------
# Load Balancer worker PFH
# ----------------------
worker.pfhbalancer.type= lb
worker.pfhbalancer.balanced_workers= upg4out,upg7out

# ----------------
# First worker
# ----------------
worker.upg4out.port= 8060
worker.upg4out.host= localhost
worker.upg4out.type= ajp13

# ----------------
# Second worker
# ----------------
worker.upg7out.port= 8075
worker.upg7out.host= localhost
worker.upg7out.type= ajp13

httpd.conf
JkMount /outpat/gateway  pfhbalancer
JkMount /outpat/ehrviewer/* vwbalancer

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to