https://bz.apache.org/bugzilla/show_bug.cgi?id=65216
Bug ID: 65216
Summary: download and configuration of mod_cluster
Product: Apache httpd-2
Version: 2.4.46
Hardware: PC
OS: Linux
Status: NEW
Severity: critical
Priority: P2
Component: Other Modules
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 37796
--> https://bz.apache.org/bugzilla/attachment.cgi?id=37796&action=edit
In this log entries
We are gonna introduce mod_cluster to our customers instead of mod_jk to impose
encryption into it...before that we need to prepare a document....for that only
we are looking for a demo implementation.But while installation and
configuration we get few issues.
we need clarification about mod cluster as following ,
1.Is apache2 supports with mod_cluster?
2.if it supports Where we download(mod_cluster) from ?
3.Is any document or standard steps are available regarding the download and
configuration of mod_cluster in apache2?
We also download the mod_cluster from some site and configured that in
apache2.While configuration we get some issues.I also attached the list of
errors that we faced during the configurations.The configuration look like
this,
LoadModule advertise_module modules/mod_advertise.so
LoadModule manager_module modules/mod_manager.so
LoadModule proxy_cluster_module modules/mod_proxy_cluster.so
LoadModule mod_cluster_slotmem.so modules/mod_cluster_slotmem.so
Listen 127.0.0.1:8081
<VirtualHost 127.0.0.1:8081>
<Directory "/">
Require ip 127.0.0.1
</Directory>
KeepAliveTimeout 60
MaxKeepAliveRequests 0
ManagerBalancerName mycluster
EnableMCPMReceive
AdvertiseFrequency 5
</VirtualHost>
<Location /mod_cluster-manager>
SetHandler mod_cluster-manager
Require ip 127.0.0.1
</Location>
Please help us out from this.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]