try download, compile and use mod_cluster-1.3.20.Final but not work
Closed this issue · 5 comments
trying these commands::
# wget https://github.com/modcluster/mod_cluster/archive/refs/tags/1.3.20.Final.tar.gz
# tar -xf 1.3.20.Final.tar.gz
# cd mod_cluster-1.3.20.Final/native/
# mkdir build
# cd build/
# cmake ../ -G "Unix Makefiles"
# make
# cp modules/*.so /etc/httpd/modules/
# systemctl start httpd
# systemctl start wildfly
but in apache console i see:
[mpm_prefork:notice] [pid 20745] AH00163: Apache/2.4.58 () OpenSSL/1.0.2k-fips mod_cluster/1.3.20.Final configured -- resuming normal operations
then
AH01144: No protocol handler was valid for the URL /rest/api/v1/autenticate
AH01144: No protocol handler was valid for the URL /app.css
AH01144: No protocol handler was valid for the URL /app.js
AH01144: No protocol handler was valid for the URL /..........................
only version that works is:
[mpm_prefork:notice] [pid 26068] AH00163: Apache/2.4.58 () OpenSSL/1.0.2k-fips mod_cluster/1.3.11.Final configured -- resuming normal operations
what am I doing wrong ?
Hi, could you please add a conf file you're using with the modules loaded and a bigger chunk of logs? If you're using httpd from your distribution's repository, what distro are you using?
Above is the configuration file that I am using for Apache Httpd
ProxyPass / balancer://mycluster stickysession=JSESSIONID|jsessionid nofailover=On
ProxyPassReverse / balancer://mycluster
Could you try:
ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover=On
ProxyPassReverse / balancer://mycluster/
I followed your instructions and it worked,
Thank you so much guys,
you guys are awesome!
Excellent! Closing as resolved.
Just BTW we also have discussion spaces open for questions: https://github.com/modcluster/mod_cluster/discussions