I have a module that retrieves virtualhost config from LDAP backend
(mod_vhost_ldap by Ondrej Sury). It works well however I'd like to
extend it to also get and set a ProxyPass / ProxyPassMatch value for
each virtualhost.
Reading the value from LDAP is the easy part, however I'm stuck knowing
how to set the value within Apache (I'm new to Apache development). I'm
guessing that I will need to link to mod_proxy somehow and call one of
it's functions??
Could someone please point me in the right direction?
Thanks,
Ian