Looking at your config you have configured for 500 concurrent users but it
will be increased based on your load. During startup if you want to support
more, then increase the start servers value the default is 3 i guess. As for
the mpm you can only load one at any point in time.
Anyone please
Thanks for your Valuable Comments:
These configuration made by some consultant. We are in the situation to
correct all the things to make it for high availability.
we are in the process of upgrading the apache to 2.4.25 with mod_jk/1.2.42.
And Event MPM instead of Prefork.
Please let me know wh
As a side note there are also many wrong choices regarding configuration.
Using deprecated 2.2.x directives like Order, Allow,Deny,Satisfy .
Using this is very wrong:
<--- this is the / in your filesystem, not the documentroot
Options FollowSymLinks
AllowOverride All <-- always
A quick look at your config tells me you are using prefork mpm instead you
should be using event mpm which provides better concurrent access boost. Please
look at the apache mpm documentation for more details.
Thanks,
Anil
> On Dec 5, 2019, at 2:13 AM, Jayaram Ponnusamy
> wrote:
>
>
> Hell
Hello,
We are using apache 2.2.21 on RHEL6.9 and in Backend we are using Tomcat
AppServer with JavaBased CMS.
Our Server Architecture is *(F5 [For Load Balance] -> Apache WebServer [For
Redirection & URL Mapping] -> Tomcat AppServer [Running a Java Based CMS]).*
We are using Apache to connect Tom