Re: [users@httpd] maximize Apache services

2013-06-10 Thread motty cruz
Thank you very Much Tom, I was able to re-install Apache22 with MPM option, at this point I am monitoring the server but thus far is working fine. Thanks for all your help! -motty On Mon, Jun 10, 2013 at 9:52 AM, Tom Evans wrote: > On Mon, Jun 10, 2013 at 5:49 PM, Tom Evans > wrote: > > 1) r

Re: [users@httpd] maximize Apache services

2013-06-10 Thread Tom Evans
On Mon, Jun 10, 2013 at 5:49 PM, Tom Evans wrote: > 1) run worker or event MPM instead of prefork And to do so on FreeBSD: # cd /usr/ports/www/apache22 # make WITH_MPM=worker clean all deinstall reinstall clean Cheers Tom - T

Re: [users@httpd] maximize Apache services

2013-06-10 Thread Tom Evans
On Mon, Jun 10, 2013 at 3:33 PM, motty cruz wrote: > Hi Mike, > > Thanks for your replied; I'm using FreeBSD 9.1, here is the list of modules > > Loaded Modules: > core_module (static) > mpm_prefork_module (static) > http_module (static) > so_module (static) > authn_file_module (shared) > au

Re: [users@httpd] maximize Apache services

2013-06-10 Thread Mike Rumph
Hello Motty, Okay, so you are using the prefork MPM. I do not have access to a FreeBSD system. But the performance issues should be similar to Linux. You could probably see immediate performance improvements by switching to worker MPM. - http://httpd.apache.org/docs/2.2/mod/worker.html The pre

Re: [users@httpd] maximize Apache services

2013-06-10 Thread motty cruz
Hi Mike, Thanks for your replied; I'm using FreeBSD 9.1, here is the list of modules Loaded Modules: core_module (static) mpm_prefork_module (static) http_module (static) so_module (static) authn_file_module (shared) authn_anon_module (shared) authn_default_module (shared) authn_alias_mod

Re: [users@httpd] maximize Apache services

2013-06-07 Thread Mike Rumph
Hello Motty, You can adjust any number of performance directives as in the following link: - http://httpd.apache.org/docs/2.2/mod/mpm_common.html#maxclients And here is a link for Apache HTTP Server performance tuning in general: - http://httpd.apache.org/docs/2.2/misc/perf-tuning.html What o

[users@httpd] maximize Apache services

2013-06-07 Thread motty cruz
Hello All, it seems that every time some one like 80legs or any other crawler craws my website my server goes down. do you k now hot to maximize the number of child server on Apache to avoid turning off my machine? my Apache server is running latest Mysql, PHP and Apache22 virtual machine 2028MB