Apache httpd 2.4 support
by Marek Goldmann
Hi guys,
What's the state of mod_cluster support for httpd 2.4?
Since 2.4.1 was released a month ago and some Linux distributions
(Fedora Rawhide) are moving to this version - it would be nice to have
support for it.
--Marek
12 years, 9 months
Connection between JBoss 7 and httpd in mod-cluster
by Bela Ban
Hi Paul, Jean-Frederic,
the manual (section 9.3 SSL Configuration) states that "the
communication channel between application servers and httpd proxies use
HTTP by default".
I thought the communication between appservers and httpd mod-cluster
uses AJP by default ? Has this changed to HTTP ?
I changed the following 2 things (in standalone-ha.xml in AS 7):
<connector name="ajp" protocol="AJP/1.3" socket-binding="ajp"
max-connections="400"/>
<socket-binding name="ajp" port="8009"/>
and then "netstat -na |grep 8009" and the mod-cluster-manager "show-info
command" actually showed that AJP was now used, compared to HTTP before.
Do I have to enable this to actually make the workers communicate with
httpd via AJP and not via HTTP ?
Or am I mistaken and this is only used for MCMP, but not
request/response forwarding ?
--
Bela Ban
Lead JGroups (http://www.jgroups.org)
JBoss / Red Hat
12 years, 9 months
Max connections between AS 7 and mod-cluster httpd
by Bela Ban
Hi Paul, Jean-Frederic,
to define the max TCP connections between a mod-cluster httpd and AS 7
instances, I used to have to define the following:
httpd.conf:
MaxClients 400
server.xml:
<Connector port="8009" ... maxThreads="400"/>
Is the MaxClients still the same in httpd.conf ?
How is this done in AS 7 ? max-connections in the AJP connector: ?
<connector name="ajp" protocol="AJP/1.3" socket-binding="ajp"
max-connections="400"/>
--
Bela Ban
Lead JGroups (http://www.jgroups.org)
JBoss / Red Hat
12 years, 9 months