Re: [EMAIL PROTECTED] Problems with process child on apache 2.0.4

2007-07-18 Thread Roberto Tortolero
Good morning, i tried something yesterday, by removing the 3 virtualhost that i have setup, those 3 VH are made to make a route from other servers where i have hosting my pages. It's like a layer 3 model, where i have a firewall then other server where the web pages are served and other server

[EMAIL PROTECTED] Problems with process child on apache 2.0.4

2007-07-17 Thread Roberto Tortolero
Hi, i write 'cause i have a problem with apache, i have it running on fedora 6.0 and it was installed by rpm. The problem is that the httpd process create like a hundred child process that saturated the server and make it slower. My apache is configure with 4 virtualhosts and 3 of them are via

Re: [EMAIL PROTECTED] Problems with process child on apache 2.0.4

2007-07-17 Thread Chris 'Xenon' Hanson
Roberto Tortolero wrote: Hi, i write 'cause i have a problem with apache, i have it running on fedora 6.0 and it was installed by rpm. The problem is that the httpd process create like a hundred child process that saturated the server and make it slower. My apache is configure with 4

Re: [EMAIL PROTECTED] Problems with process child on apache 2.0.4

2007-07-17 Thread Roberto Tortolero
Ok, thanks for the fastest response ever... I've tried now with those directives, they are all ready declared in the httpd.conf file, so i modified to see what happen. let give a try, if i have any problem i'll post again. thank you so much.

Re: [EMAIL PROTECTED] Problems with process child on apache 2.0.4

2007-07-17 Thread Roberto Tortolero
I still have a problem, i down the values of the directives, but i don't know witch one is the one to downed, so i reduce the values for the three of them ok. the server has 3 directives witch contains the other ones: # prefork MPM # worker MPM # perchild MPM but the apache consumes the half

Re: [EMAIL PROTECTED] Problems with process child on apache 2.0.4

2007-07-17 Thread Javier Toledo Pantoja
I think that if you activate the KEEPALIVE would be good, because indicates how many seconds the agents are wating without respawn or bring new childs to attend requests... but you must be a higher time... 15 secs order that an agent or httpd process (server) waits 15 seconds for next request

Re: [EMAIL PROTECTED] Problems with process child on apache 2.0.4

2007-07-17 Thread 栗山 正和
- The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] from the digest: [EMAIL PROTECTED] For