Re: [users@httpd] Help: Apache crashed once Concurrent Users reached 150

2019-12-08 Thread Jayaram Ponnusamy
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:1

[users@httpd] Help: Apache crashed once Concurrent Users reached 150

2019-12-05 Thread Jayaram Ponnusamy
d Dec 04 14:24:40 2019] [info] server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers), spawning 8 children, there are 0 idle, and 324 total children -- *Thanks & Regards,* *Jayaram Ponnusamy* ServerRoot "/apps/apache2.4" Listen 80 User daemon

Re: [users@httpd] Apache 2.4 - 403 Forbidden: After Upgraded the Apache from 2.2.21 to 2.4.25 for all links

2019-12-04 Thread Jayaram Ponnusamy
m in both httpd.conf > & virtualhost. > > What does the error log say? > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org >

[users@httpd] Apache 2.4 - 403 Forbidden: After Upgraded the Apache from 2.2.21 to 2.4.25 for all links

2019-12-04 Thread Jayaram Ponnusamy
Hello, We have recently upgraded the Apache from 2.2.21 to 2.4.25 on RHEL6.9. 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 Tomcat by MOD_JK and mapping the URL

[users@httpd] 403 Forbidden Error on Apache 2.4

2019-02-05 Thread Jayaram Ponnusamy
Dear All, Our Site is Public Site and there is no restriction @ any level. We are using apache on top of Java based CMS (Tomcat Server). Recently we upgraded Apache from 2.2.21 to 2.4.25. Where ever Order allow,deny & Allow from all coming there we changed it to Require all granted but root pag

Re: [users@httpd] Help: Apache Crashing Everyday

2017-04-18 Thread Jayaram Ponnusamy
in. > > 3) If possible I'd consider to upgrade httpd to >= 2.4.25 and use > mpm-event (rather than prefork). > > Hope that helps! > > Luca > > > 2017-04-16 13:18 GMT+02:00 Jayaram Ponnusamy > : > >> Dear All, >> >> We were runnig our sit

[users@httpd] Help: Apache Crashing Everyday

2017-04-16 Thread Jayaram Ponnusamy
Dear All, We were runnig our site in PHP based CMS tool earlier, and normally 20-30K users will access our sites daily. But in new system with Tomcat, we are facing performance and availability issue frequently, when i access the tomcat url directly the page is loading within 3seconds, but if we a

Re: [users@httpd] Apache Crashing Everyday

2017-03-01 Thread Jayaram Ponnusamy
> fb: fb.com/eROI <http://www.facebook.com/eROI> > > > > > > > > > On Mar 1, 2017, at 8:35 AM, Jim Jagielski > wrote: > > If you can, I would upgrade to httpd 2.4.x... If you must > stay w/ 2.2.x, then Worker might be more reliable for you >

Re: [users@httpd] Apache Crashing Everyday

2017-03-01 Thread Jayaram Ponnusamy
ng you are running 2.4.x, I would strongly suggest running the Event MPM. Your Timeout and KeepAliveTimeout values are also way too big; I'd recommend 5 and 2, respectively. > On Mar 1, 2017, at 4:19 AM, Jayaram Ponnusamy wrote: > > Dear All, > > We are using 2 Apache & 2

[users@httpd] Apache Crashing Everyday

2017-03-01 Thread Jayaram Ponnusamy
230 MinSpareThreads 75 MaxSpareThreads 150 ThreadsPerChild 25 MaxRequestsPerChild 0 Daily 20K Plus People will visit our sites. Kindly please provide the solution to resolve this issue. -- *Thanks & Regards,* *Jayaram Ponnusamy*

[users@httpd] Help on Mapping Local Directory for URL

2016-11-13 Thread Jayaram Ponnusamy
Dear All, We are using Java Based CMS with Tomcat (Application Server) & Apache HTTP for WebServer. When the User hit the URL, the request will flow blow below: F5->WebServer->Tomcat->CMS & DataBase. All Static Files are stored under shared filesystem: /opt/apps/shared/cms/docroot and mounted on

[users@httpd] Regarding Disk & File Cache

2016-11-13 Thread Jayaram Ponnusamy
Dear All, We are using Java Based CMS with Tomcat (Application Server) & Apache HTTP for WebServer. When the User hit the URL, the request will flow blow below: F5->WebServer->Tomcat->CMS & DataBase. Some reason our sites are extreme slow, and we want to enable file cache, disk cache (Modules inst

[users@httpd] help on mod_cache to Enable cache

2016-11-07 Thread Jayaram Ponnusamy
Dear All, We are using Apache with Tomcat (CMS) using mod_jk, also we are using mod_cache to caching contents. But some reason, we are facing extreme slowness on our site after enabled mod_cache module. I could see below entries in http_errors.log continously stating that mod_cache.c(635): cache:

[users@httpd] 503 Message while configure Apache for VIP address

2016-10-17 Thread Jayaram Ponnusamy
Hi, We we have two Apache WebServers and Two Tomcat Servers F5 LB Connect Both WebServerA & WebServerB WebServerA Connect TomcatA WebServerB Connect TomcatB If Tomcat A failed and WebServerA is available then we are getting 503 Error Message. To avoid the Failover, we created LB(VIP) and Point to

[users@httpd] Round Robin LoadBalance/Failover Configuration for Apache WebServers

2016-10-11 Thread Jayaram Ponnusamy
Hi All, Currently we have two webServers (WA and WB) and two Tomcat Servers (TA, TB). WA configured for TA and WB configured for TB. How to configure Loadbalance and Failover between these two Servers. For Eg. WA is connected with TA, if TA failed then WA should connect TB, Similarly WB connect T

[users@httpd] Help on Configuring LoadBalance

2016-10-10 Thread Jayaram Ponnusamy
Hi All, I am new to Apache and want to configure it for Failover. Currently our Environment is like below: ||-->WEB1 is pointing to Tomcat1 (Currently no configuration for LB and WEB1 is not talking with Tomcat2) F5 || ||-->WEB2 is pointing to Tomcat2 (Currently no configuration for LB and W

Re: [users@httpd] Any Modules required for ErrorDocument?

2016-10-04 Thread Jayaram Ponnusamy
18 GMT+02:00 Petr Gajdos : > >> Hello, >> >> On Tue, Oct 04, 2016 at 02:54:45PM +0300, Jayaram Ponnusamy wrote: >> > Redirect 404 /sites/en_US/404 >> > ErrorDocument 404 /sites/en_US/404 >> >> not sure what you want to achieve with Redirect directive

[users@httpd] Any Modules required for ErrorDocument?

2016-10-04 Thread Jayaram Ponnusamy
Hi, I am new to Apache WebServer I tried lot with httpd.conf & virtualhost.conf but nothing is working for me. Kindly please help me on this. Still we are not able to redirect users to custom Error page by using ErrorDocument. Kindly please let me know if any other options we have? written the

[users@httpd] ErrorDocument 404 is not working with on VirtualHost config

2016-10-02 Thread Jayaram Ponnusamy
Hi, We want to redirect all 404 Page not found & File Not Found error page to custom Error page which is located under /sites/en_US/ So, written the Rules like below but it didnt work. Redirect 404 /sites/en_US/404 ErrorDocument 404 /sites/en_US/404 If use like below then all pages taking to cu

[users@httpd] Apache losing its connection from Tomcat in few minutes

2016-09-04 Thread Jayaram Ponnusamy
ThreadsPerChild 25 MaxRequestsPerChild 0 Kindly please help to resolve this issue. -- Thanks & Regards, Jayaram Ponnusamy

[users@httpd] Help on Caching

2016-09-04 Thread Jayaram Ponnusamy
I am wrong. -- *Thanks & Regards,* *Jayaram Ponnusamy*

[users@httpd] Creating Context to point Local Directory to load files

2016-09-04 Thread Jayaram Ponnusamy
c. com/files/xcxcxcxc/xcxcx/xcxcx then it has to be load from WebServer's local directory (FileSystem). Kindly please let me on this and sorry for my Bad English -- *Thanks & Regards,* *Jayaram Ponnusamy*

[users@httpd] Help On RewriteRule

2016-08-07 Thread Jayaram Ponnusamy
Hi, I made below rewriteRule to redirect URL from http://cmspweb1.com/sites/en_US/about/newsroom/2015/4 to http://cmspweb1.com/sites/en_US/about/newsroom?year=2015&month=4. Redirection is happening fine and In Address Bar we are getting From URL as expected. We have filtering option to select yea