Search code examples
apachetomcatmod-proxy

Looks like I can do more in mod_proxy then mod_cluster?


Looks like I can do more in mod_proxy then mod_cluster?

Attached is screen shots of them both but if you look with mod_proxy I can change Load Factor, LB Set, Routes, and more from the admin and I dont see this in mod_cluster. is this true?

mod_proxy screen: enter image description here

mod_cluster screen:

enter image description here


Solution

  • It was a issue with Scientific Linux release 6.2 I had to tell it to stop blocking the port by doing the following command

    setenforce 0

    it works then. I got it working now