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 <dferra...@gmail.com> wrote:
>
> 2017-05-23 14:28 GMT+02:00 Alexandru Duzsardi
> <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
> 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
>
>
>

Reply via email to