On Sat, Jan 8, 2022 at 9:49 AM Felipe Gasper <felipe@xxxxxxxxxxxxxxxx> wrote: > > Hi all, > > Are there any existing httpd modules that allow for fully dynamic vhost configurations via LDAP or some other query mechanism? > > Kind of like mod_vhost_alias, but instead of looking on disk it would query a socket? > > If not, is such a thing possible to write via httpd’s existing plugin mechanism? I don't think it's feasible for them to act like real virtualhosts e.g. activating arbitrary directives as if they were enclosed in a unique VirtualHost. Same limitation as mod_vhost_alias has. There's no reason why a copy of mod_vhost_alias couldn't look up something the way you describe at runtime to make its decision. Fortunately It is a very small/simple module. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx