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
Dear all
i'm having a problem with ap_md5, i just want to write a custom module
that compute che md5 checksum of the requested url and give it back to
the user.
This is my code:
*
*
On Wed, Aug 15, 2012 at 10:11 AM, Ian B wrote:
> 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 f
On Wed, Aug 15, 2012 at 5:13 PM, nik600 wrote:
> Dear all
>
> i'm having a problem with ap_md5, i just want to write a custom module
> that compute che md5 checksum of the requested url and give it back to
> the user.
>
> This is my code:
> *