RE: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module

2017-05-24 Thread Velmurugan Dhakshnamoorthy
gt; *From:* Velmurugan Dhakshnamoorthy [mailto:dvel@gmail.com] > *Sent:* Tuesday, May 23, 2017 3:40 PM > *To:* users@httpd.apache.org > *Subject:* Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork > module > > > > hi, > > > > here is the list of l

RE: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module

2017-05-23 Thread Alexandru Duzsardi
gan Dhakshnamoorthy [mailto:dvel@gmail.com] Sent: Tuesday, May 23, 2017 3:40 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module hi, here is the list of loaded modules.seems, there is a mpm_event_module is enabled. but I would like to

Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module

2017-05-23 Thread Velmurugan Dhakshnamoorthy
hi, here is the list of loaded modules.seems, there is a mpm_event_module is enabled. but I would like to use prefork module to do some testing on connection queuing. how do I move forward now? please suggest. core_module (static) so_module (static) http_module (static) mpm_event_module (stat

Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module

2017-05-23 Thread Daniel
your log files and see if it says > something about mpm_event when starting apache. > > > > > > From: Velmurugan Dhakshnamoorthy [mailto:dvel@gmail.com] > Sent: Tuesday, May 23, 2017 2:38 PM > > > To: users@httpd.apache.org > Subject: Re: [users@httpd] Apache

RE: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module

2017-05-23 Thread Alexandru Duzsardi
Dhakshnamoorthy [mailto:dvel@gmail.com] Sent: Tuesday, May 23, 2017 2:38 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module the output is as follows. Compiled in modules: core.c mod_so.c http_core.c event.c Regards

Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module

2017-05-23 Thread Daniel
2017-05-23 14:28 GMT+02:00 Alexandru Duzsardi : > That’s good , no mpm compiled in . > > What about httpd –M ? > It clearly says event.c So yes, mpm compiled in. -- Daniel Ferradal IT Specialist email dferradal at gmail.com linkedin es.linkedin.com/in/danielferradal ---

RE: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module

2017-05-23 Thread Alexandru Duzsardi
That’s good , no mpm compiled in . What about httpd –M ? From: Velmurugan Dhakshnamoorthy [mailto:dvel@gmail.com] Sent: Tuesday, May 23, 2017 2:38 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module the output is as follows

Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module

2017-05-23 Thread Velmurugan Dhakshnamoorthy
output of > > > > httpd -l > > > > (that’s a lowercase -L) > > > > > > > > *From:* Luca Toscano [mailto:toscano.l...@gmail.com] > *Sent:* Tuesday, May 23, 2017 11:12 AM > *To:* users@httpd.apache.org > *Subject:* Re: [users@httpd] Apache HTTP Ser

RE: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module

2017-05-23 Thread Alexandru Duzsardi
What is the output of httpd -l (that’s a lowercase -L) From: Luca Toscano [mailto:toscano.l...@gmail.com] Sent: Tuesday, May 23, 2017 11:12 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module Hi! Probably you have

Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module

2017-05-23 Thread Luca Toscano
Hi! Probably you have another LoadModule some-mpm in one of the included files (look for Include in your httpd config), can you double check? Luca 2017-05-23 10:07 GMT+02:00 Velmurugan Dhakshnamoorthy : > But, I am loading only one, others are commented out. > > Thanks. > > On May 23, 2017 14

Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module

2017-05-23 Thread Velmurugan Dhakshnamoorthy
But, I am loading only one, others are commented out. Thanks. On May 23, 2017 14:36, "Daniel" wrote: > Of course, you should not load different mpm modules, only one at a > time. Load only the one you need. > > 2017-05-23 6:02 GMT+02:00 Velmurugan Dhakshnamoorthy : > > thanks, I installed the

Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module

2017-05-22 Thread Daniel
Of course, you should not load different mpm modules, only one at a time. Load only the one you need. 2017-05-23 6:02 GMT+02:00 Velmurugan Dhakshnamoorthy : > thanks, I installed the preform using "--enable-mpms-shared=all" , now when > I try to start the apache, > > it throws an error "AH00534:

Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module

2017-05-22 Thread Velmurugan Dhakshnamoorthy
thanks, I installed the preform using "--enable-mpms-shared=all" , now when I try to start the apache, it throws an error "*AH00534: httpd: Configuration error: More than one MPM loaded*" LoadModule mpm_prefork_module modules/mod_mpm_prefork.so #LoadModule mpm_worker_module modules/mod_mpm_worke

Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module

2017-05-22 Thread Daniel
You should ask the maintainer of the installation source from where you got that Apache installation. If you compiled it yourself make sure to have this options with configure: --enable-mpms-shared=all 2017-05-22 10:04 GMT+02:00 Velmurugan Dhakshnamoorthy : > Dear, > Any help how do I explicitly

[users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module

2017-05-22 Thread Velmurugan Dhakshnamoorthy
Dear, Any help how do I explicitly install and enable mod_prefork module for Apache 2.4.15 proxy. When I installed Apache proxy, chose mod_modules to all, but prefork is not installed, cannot see it in modules folder. Please help. Regards, Vel