Re: [us...@httpd] MPM Default in Linux

2009-06-17 Thread Arnab Ganguly
Information's you are asking is very much there in http://httpd.apache.org/docs/2.2/mod/directives.html. Search the index you will get all the directives info and there default values. Thanks -A On Wed, Jun 17, 2009 at 9:27 PM, ricardo figueiredo < ricardoogra...@gmail.com> wrote: > Hi, > > Other

Re: [us...@httpd] MPM Default in Linux

2009-06-17 Thread Prasanna Ram Venkatachalam
> > > What default values and maximum values for directives (ServerLimit, > MaxClient, ThreadsPerChild, etc) ??? > > Chk this http://httpd.apache.org/docs/2.0/mod/worker.html And follow the link for each directive to find more about it Regards Prasanna Ram

Re: [us...@httpd] MPM Default in Linux

2009-06-17 Thread ricardo figueiredo
Hi, Other question. I compiled Apache with parameter --with-mpm=worker. What default values and maximum values for directives (ServerLimit, MaxClient, ThreadsPerChild, etc) ??? Thank you Ricardo On Wed, Jun 17, 2009 at 8:34 AM, ricardo figueiredo < ricardoogra...@gmail.com> wrote: > Hi Prasann

Re: [us...@httpd] MPM Default in Linux

2009-06-17 Thread ricardo figueiredo
Hi Prasanna Ram, Great Help !!! Thank you very much. Ricardo On Wed, Jun 17, 2009 at 8:30 AM, Prasanna Ram Venkatachalam < vpra...@gmail.com> wrote: > Only installing Apache ??? Couldn't insert only module worker.c ?? >> > > Nope. You have to recompile it as far as I know! > > Regards > Pra

Re: [us...@httpd] MPM Default in Linux

2009-06-17 Thread Prasanna Ram Venkatachalam
> > Only installing Apache ??? Couldn't insert only module worker.c ?? > Nope. You have to recompile it as far as I know! Regards Prasanna Ram

Re: [us...@httpd] MPM Default in Linux

2009-06-17 Thread ricardo figueiredo
Hi, On Tue, Jun 16, 2009 at 11:55 PM, Prasanna Ram Venkatachalam < vpra...@gmail.com> wrote: > >> I read Apache's documentation and would like to know: "How do default MPM >> module in Linux ??" Prefork or Worker ?? > > > Prefork is the default > >> >> Other question. How do I change to MPM Worke

Re: [us...@httpd] MPM Default in Linux

2009-06-16 Thread Prasanna Ram Venkatachalam
> > > I read Apache's documentation and would like to know: "How do default MPM > module in Linux ??" Prefork or Worker ?? Prefork is the default > > Other question. How do I change to MPM Worker ?? Compile like this ./configure --prefix=/usr/local/apache --with-mpm=worker Regards Prasanna Ra

[us...@httpd] MPM Default in Linux

2009-06-16 Thread ricardo13
Hi, I read Apache's documentation and would like to know: "How do default MPM module in Linux ??" Prefork or Worker ?? I ran the command httpd -l and shows some modules: core.c mod_authn_file.c mod_authn_default.c mod_authz_host.c mod_env.c mod_setenvif.c prefork.c ---> Pr