Re: [users@httpd] Help troubleshooting performance issue, after "1000 total children" Apache no longer responds to HTTP requests. Not MaxClients issue?

2012-05-03 Thread Alexandr Normuradov
can you please give us the full output from Apaches scoreboard service httpd fullstatus (yum install elinks) you can search/replace any private data, however the rest of the output is very important for troubleshooting. Sincerely, Alexandr Normalex On 3 May 2012 13:29, P J wrote: > > > On

Re: [users@httpd] Help troubleshooting performance issue, after "1000 total children" Apache no longer responds to HTTP requests. Not MaxClients issue?

2012-04-30 Thread Alexandr Normuradov
cat /proc/$(pidof -s httpd)/limitsTo troubleshoot that you should have at least two additional outputs from netstat -pant, with connections states and service httpd fullstatus, listing current state of all the apache procs/threads. What applications your Apache is serving? PHP? is it mod_php, mod

Re: [users@httpd] best practice: suexec with PHP5 in a many-user/non-technical-user environment

2011-10-26 Thread Alexandr Normuradov
thresholds and limits that you can safely adjust. Sincerely, Alexandr Normuradov On 26 October 2011 20:58, Yehuda Katz wrote: > On Wed, Oct 26, 2011 at 9:49 PM, Alexandr Normuradov > wrote: >> >> Use MPM ITK. >> Solves security, memory and speed problems. >> T

Re: [users@httpd] best practice: suexec with PHP5 in a many-user/non-technical-user environment

2011-10-26 Thread Alexandr Normuradov
Use MPM ITK. Solves security, memory and speed problems. Tested in production, very good alternative for environments when users are not very savvy and not require custom php.ini Sincerely, Alexandr Normuradov On 26 October 2011 19:00, Jesse B. Crawford wrote: > Because PHP is embedded wit

[users@httpd] mod_cache backport from 2.3 to 2.2 branch

2011-09-24 Thread Alexandr Normuradov
Hello List, have anyone done that before? considering the changes in the recent 2.3 branch is it even possible to backport mod_cache with mod_disk_cache? Sincerely, Alexandr Normuradov - The official User-To-User support forum