mod_cluster icon indicating copy to clipboard operation
mod_cluster copied to clipboard

try download, compile and use mod_cluster-1.3.20.Final but not work

Open ericossj opened this issue 1 year ago • 1 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 ?

ericossj avatar Mar 25 '24 01:03 ericossj

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?

jajik avatar Apr 05 '24 07:04 jajik

mod_cluster.txt

Above is the configuration file that I am using for Apache Httpd

and the version ie: image

ericossj avatar Apr 08 '24 00:04 ericossj

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/

jfclere avatar Apr 08 '24 11:04 jfclere

I followed your instructions and it worked, Thank you so much guys, you guys are awesome!

ericossj avatar Apr 09 '24 23:04 ericossj

Excellent! Closing as resolved.

Just BTW we also have discussion spaces open for questions: https://github.com/modcluster/mod_cluster/discussions

rhusar avatar Apr 10 '24 06:04 rhusar