]
Jean-Frederic Clere commented on MODCLUSTER-717:
------------------------------------------------
That does NOT affect 1.3.x
address="::1" on the tomcat10 connector returns 503
---------------------------------------------------
Key: MODCLUSTER-717
URL:
https://issues.redhat.com/browse/MODCLUSTER-717
Project: mod_cluster
Issue Type: Bug
Components: Native (httpd modules)
Affects Versions: 2.0.0.Alpha1
Reporter: Jean-Frederic Clere
Assignee: Radoslav Husar
Priority: Major
When having in server.xml
+++
<Connector protocol="AJP/1.3"
port="8009"
address="::1"
secret="adelina"
redirectPort="8443" />
+++
The mod_cluster_manager reports Status: OK but any request to httpd return 503.
Using mod_cluster master and mod_proxy_cluster master (and httpd trunk).