RE: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module
Thanks, I managed to install and load the mpm_prefork module. I would like to acheive HTTP connection queuing using prefork maxclients and listenbacklogs parameters . I am able to achieve some queueing when connection exceeds the limit specified in maxclients, Is there any way for me to hold the pending connectiobs for specific time in the Q? Apache is a proxy and weblogic is back-end server. On May 23, 2017 20:56, "Alexandru Duzsardi" < alexandru.duzsa...@pitechnologies.ro> wrote: > Yes , i looked at the configure script again , i was used to seeing some > mpm in the name when listing the loaded modules J > > I don’t think i ever compliled apache with statically linked mpm modules , > sorry for the confusion. > > > > From the configure script help: > > > > --with-mpm=MPM Choose the process model for Apache to use by > > default. MPM={event|worker|prefork|winnt} This > will > > be statically linked as the only available MPM > > unless --enable-mpms-shared is also specified > > > > > > > > *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 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 (static) > > authn_file_module (shared) > > authn_core_module (shared) > > authz_host_module (shared) > > authz_groupfile_module (shared) > > authz_user_module (shared) > > authz_core_module (shared) > > access_compat_module (shared) > > auth_basic_module (shared) > > reqtimeout_module (shared) > > filter_module (shared) > > mime_module (shared) > > log_config_module (shared) > > env_module (shared) > > headers_module (shared) > > setenvif_module (shared) > > version_module (shared) > > ssl_module (shared) > > unixd_module (shared) > > status_module (shared) > > autoindex_module (shared) > > dir_module (shared) > > alias_module (shared) > > weblogic_module (shared) > > qos_module (shared) > > > > > > > Regards, > > Velmurugan Dhakshnamoorthy (Vel) > > Singapore. > > > > On Tue, May 23, 2017 at 8:30 PM, Daniel wrote: > > 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 > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > >
RE: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module
Yes , i looked at the configure script again , i was used to seeing some mpm in the name when listing the loaded modules :) I don’t think i ever compliled apache with statically linked mpm modules , sorry for the confusion. >From the configure script help: --with-mpm=MPM Choose the process model for Apache to use by default. MPM={event|worker|prefork|winnt} This will be statically linked as the only available MPM unless --enable-mpms-shared is also specified 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 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 (static) authn_file_module (shared) authn_core_module (shared) authz_host_module (shared) authz_groupfile_module (shared) authz_user_module (shared) authz_core_module (shared) access_compat_module (shared) auth_basic_module (shared) reqtimeout_module (shared) filter_module (shared) mime_module (shared) log_config_module (shared) env_module (shared) headers_module (shared) setenvif_module (shared) version_module (shared) ssl_module (shared) unixd_module (shared) status_module (shared) autoindex_module (shared) dir_module (shared) alias_module (shared) weblogic_module (shared) qos_module (shared) Regards, Velmurugan Dhakshnamoorthy (Vel) Singapore. On Tue, May 23, 2017 at 8:30 PM, Daniel mailto:dferra...@gmail.com> > wrote: 2017-05-23 14:28 GMT+02:00 Alexandru Duzsardi mailto:alexandru.duzsa...@pitechnologies.ro> >: > 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 <http://gmail.com> linkedin es.linkedin.com/in/danielferradal <http://es.linkedin.com/in/danielferradal> - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org <mailto:users-unsubscr...@httpd.apache.org> For additional commands, e-mail: users-h...@httpd.apache.org <mailto:users-h...@httpd.apache.org>
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 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 (static) authn_file_module (shared) authn_core_module (shared) authz_host_module (shared) authz_groupfile_module (shared) authz_user_module (shared) authz_core_module (shared) access_compat_module (shared) auth_basic_module (shared) reqtimeout_module (shared) filter_module (shared) mime_module (shared) log_config_module (shared) env_module (shared) headers_module (shared) setenvif_module (shared) version_module (shared) ssl_module (shared) unixd_module (shared) status_module (shared) autoindex_module (shared) dir_module (shared) alias_module (shared) weblogic_module (shared) qos_module (shared) Regards, Velmurugan Dhakshnamoorthy (Vel) Singapore. On Tue, May 23, 2017 at 8:30 PM, Daniel wrote: > 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 > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > >
Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module
event.c is mpm_event compiled in. 2017-05-23 14:35 GMT+02:00 Alexandru Duzsardi : > Although not sure what event.c is , since there is no module with that > identifier and the mpm module should have been named somthing like > mpm_name_module > > To be sure , you should also check 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 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, > > Vel > > > > > Regards, > > Velmurugan Dhakshnamoorthy (Vel) > > Singapore. > > > > On Tue, May 23, 2017 at 4:24 PM, Alexandru Duzsardi > wrote: > > 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 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: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 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_worker.so >> #LoadModule mpm_event_module modules/mod_mpm_event.so >> >> >> >> Regards, >> Velmurugan Dhakshnamoorthy (Vel) >> >> >> On Mon, May 22, 2017 at 7:49 PM, Daniel wrote: >>> >>> 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 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 >>> >>> >>> >>> -- >>> Daniel Ferradal >>> IT Specialist >>> >>> email dferradal at gmail.com >>> linkedin es.linkedin.com/in/danielferradal >>> >>> - >>> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org >>> For additional commands, e-mail: users-h...@httpd.apache.org >>> >> > > > > -- > Daniel Ferradal > IT Specialist > > email dferradal at gmail.com > linkedin es.linkedin.com/in/danielferradal > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > > > -- Daniel Ferradal IT Specialist email dferradal at gmail.com linkedin es.linkedin.com/in/danielferradal - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org
RE: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module
Although not sure what event.c is , since there is no module with that identifier and the mpm module should have been named somthing like mpm_name_module To be sure , you should also check 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 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, Vel Regards, Velmurugan Dhakshnamoorthy (Vel) Singapore. On Tue, May 23, 2017 at 4:24 PM, Alexandru Duzsardi mailto:alexandru.duzsa...@pitechnologies.ro> > wrote: What is the output of httpd -l (that’s a lowercase -L) From: Luca Toscano [mailto:toscano.l...@gmail.com <mailto:toscano.l...@gmail.com> ] Sent: Tuesday, May 23, 2017 11:12 AM To: users@httpd.apache.org <mailto:users@httpd.apache.org> Subject: Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module 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 mailto:dvel@gmail.com> >: But, I am loading only one, others are commented out. Thanks. On May 23, 2017 14:36, "Daniel" mailto:dferra...@gmail.com> > 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 mailto:dvel@gmail.com> >: > 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_worker.so > #LoadModule mpm_event_module modules/mod_mpm_event.so > > > > Regards, > Velmurugan Dhakshnamoorthy (Vel) > > > On Mon, May 22, 2017 at 7:49 PM, Daniel <mailto:dferra...@gmail.com> > wrote: >> >> 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 >> mailto:dvel@gmail.com> >: >> > 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 >> >> >> >> -- >> Daniel Ferradal >> IT Specialist >> >> email dferradal at gmail.com <http://gmail.com> >> linkedin es.linkedin.com/in/danielferradal >> <http://es.linkedin.com/in/danielferradal> >> >> - >> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org >> <mailto:users-unsubscr...@httpd.apache.org> >> For additional commands, e-mail: users-h...@httpd.apache.org >> <mailto:users-h...@httpd.apache.org> >> > -- Daniel Ferradal IT Specialist email dferradal at gmail.com <http://gmail.com> linkedin es.linkedin.com/in/danielferradal <http://es.linkedin.com/in/danielferradal> - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org <mailto:users-unsubscr...@httpd.apache.org> For additional commands, e-mail: users-h...@httpd.apache.org <mailto:users-h...@httpd.apache.org>
Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module
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 - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org
RE: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module
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. Compiled in modules: core.c mod_so.c http_core.c event.c Regards, Vel Regards, Velmurugan Dhakshnamoorthy (Vel) Singapore. On Tue, May 23, 2017 at 4:24 PM, Alexandru Duzsardi mailto:alexandru.duzsa...@pitechnologies.ro> > wrote: What is the output of httpd -l (that’s a lowercase -L) From: Luca Toscano [mailto:toscano.l...@gmail.com <mailto:toscano.l...@gmail.com> ] Sent: Tuesday, May 23, 2017 11:12 AM To: users@httpd.apache.org <mailto:users@httpd.apache.org> Subject: Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module 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 mailto:dvel@gmail.com> >: But, I am loading only one, others are commented out. Thanks. On May 23, 2017 14:36, "Daniel" mailto:dferra...@gmail.com> > 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 mailto:dvel@gmail.com> >: > 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_worker.so > #LoadModule mpm_event_module modules/mod_mpm_event.so > > > > Regards, > Velmurugan Dhakshnamoorthy (Vel) > > > On Mon, May 22, 2017 at 7:49 PM, Daniel <mailto:dferra...@gmail.com> > wrote: >> >> 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 >> mailto:dvel@gmail.com> >: >> > 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 >> >> >> >> -- >> Daniel Ferradal >> IT Specialist >> >> email dferradal at gmail.com <http://gmail.com> >> linkedin es.linkedin.com/in/danielferradal >> <http://es.linkedin.com/in/danielferradal> >> >> - >> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org >> <mailto:users-unsubscr...@httpd.apache.org> >> For additional commands, e-mail: users-h...@httpd.apache.org >> <mailto:users-h...@httpd.apache.org> >> > -- Daniel Ferradal IT Specialist email dferradal at gmail.com <http://gmail.com> linkedin es.linkedin.com/in/danielferradal <http://es.linkedin.com/in/danielferradal> - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org <mailto:users-unsubscr...@httpd.apache.org> For additional commands, e-mail: users-h...@httpd.apache.org <mailto:users-h...@httpd.apache.org>
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, Vel Regards, Velmurugan Dhakshnamoorthy (Vel) Singapore. On Tue, May 23, 2017 at 4:24 PM, Alexandru Duzsardi < alexandru.duzsa...@pitechnologies.ro> wrote: > 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 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: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 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_worker.so > > #LoadModule mpm_event_module modules/mod_mpm_event.so > > > > > > > > Regards, > > Velmurugan Dhakshnamoorthy (Vel) > > > > > > On Mon, May 22, 2017 at 7:49 PM, Daniel wrote: > >> > >> 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 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 > >> > >> > >> > >> -- > >> Daniel Ferradal > >> IT Specialist > >> > >> email dferradal at gmail.com > >> linkedin es.linkedin.com/in/danielferradal > >> > >> - > >> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > >> For additional commands, e-mail: users-h...@httpd.apache.org > >> > > > > > > -- > Daniel Ferradal > IT Specialist > > email dferradal at gmail.com > linkedin es.linkedin.com/in/danielferradal > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > >
RE: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module
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 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 mailto:dvel@gmail.com> >: But, I am loading only one, others are commented out. Thanks. On May 23, 2017 14:36, "Daniel" mailto:dferra...@gmail.com> > 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 mailto:dvel@gmail.com> >: > 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_worker.so > #LoadModule mpm_event_module modules/mod_mpm_event.so > > > > Regards, > Velmurugan Dhakshnamoorthy (Vel) > > > On Mon, May 22, 2017 at 7:49 PM, Daniel <mailto:dferra...@gmail.com> > wrote: >> >> 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 >> mailto:dvel@gmail.com> >: >> > 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 >> >> >> >> -- >> Daniel Ferradal >> IT Specialist >> >> email dferradal at gmail.com <http://gmail.com> >> linkedin es.linkedin.com/in/danielferradal >> <http://es.linkedin.com/in/danielferradal> >> >> - >> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org >> <mailto:users-unsubscr...@httpd.apache.org> >> For additional commands, e-mail: users-h...@httpd.apache.org >> <mailto:users-h...@httpd.apache.org> >> > -- Daniel Ferradal IT Specialist email dferradal at gmail.com <http://gmail.com> linkedin es.linkedin.com/in/danielferradal <http://es.linkedin.com/in/danielferradal> - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org <mailto:users-unsubscr...@httpd.apache.org> For additional commands, e-mail: users-h...@httpd.apache.org <mailto:users-h...@httpd.apache.org>
Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module
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: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 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_worker.so >> > #LoadModule mpm_event_module modules/mod_mpm_event.so >> > >> > >> > >> > Regards, >> > Velmurugan Dhakshnamoorthy (Vel) >> > >> > >> > On Mon, May 22, 2017 at 7:49 PM, Daniel wrote: >> >> >> >> 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 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 >> >> >> >> >> >> >> >> -- >> >> Daniel Ferradal >> >> IT Specialist >> >> >> >> email dferradal at gmail.com >> >> linkedin es.linkedin.com/in/danielferradal >> >> >> >> - >> >> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org >> >> For additional commands, e-mail: users-h...@httpd.apache.org >> >> >> > >> >> >> >> -- >> Daniel Ferradal >> IT Specialist >> >> email dferradal at gmail.com >> linkedin es.linkedin.com/in/danielferradal >> >> - >> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org >> For additional commands, e-mail: users-h...@httpd.apache.org >> >>
Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module
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 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_worker.so > > #LoadModule mpm_event_module modules/mod_mpm_event.so > > > > > > > > Regards, > > Velmurugan Dhakshnamoorthy (Vel) > > > > > > On Mon, May 22, 2017 at 7:49 PM, Daniel wrote: > >> > >> 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 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 > >> > >> > >> > >> -- > >> Daniel Ferradal > >> IT Specialist > >> > >> email dferradal at gmail.com > >> linkedin es.linkedin.com/in/danielferradal > >> > >> - > >> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > >> For additional commands, e-mail: users-h...@httpd.apache.org > >> > > > > > > -- > Daniel Ferradal > IT Specialist > > email dferradal at gmail.com > linkedin es.linkedin.com/in/danielferradal > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > >
Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module
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: httpd: Configuration error: More than one MPM > loaded" > > LoadModule mpm_prefork_module modules/mod_mpm_prefork.so > #LoadModule mpm_worker_module modules/mod_mpm_worker.so > #LoadModule mpm_event_module modules/mod_mpm_event.so > > > > Regards, > Velmurugan Dhakshnamoorthy (Vel) > > > On Mon, May 22, 2017 at 7:49 PM, Daniel wrote: >> >> 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 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 >> >> >> >> -- >> Daniel Ferradal >> IT Specialist >> >> email dferradal at gmail.com >> linkedin es.linkedin.com/in/danielferradal >> >> - >> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org >> For additional commands, e-mail: users-h...@httpd.apache.org >> > -- Daniel Ferradal IT Specialist email dferradal at gmail.com linkedin es.linkedin.com/in/danielferradal - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org
Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module
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_worker.so #LoadModule mpm_event_module modules/mod_mpm_event.so Regards, Velmurugan Dhakshnamoorthy (Vel) On Mon, May 22, 2017 at 7:49 PM, Daniel wrote: > 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 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 > > > > -- > Daniel Ferradal > IT Specialist > > email dferradal at gmail.com > linkedin es.linkedin.com/in/danielferradal > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > >
Re: [users@httpd] Apache HTTP Server - 2.4.15-mod_prefork module
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 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 -- Daniel Ferradal IT Specialist email dferradal at gmail.com linkedin es.linkedin.com/in/danielferradal - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org