setting proxypass value

2012-08-15 Thread Ian B
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

problem with ap_md5 in custom module

2012-08-15 Thread nik600
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: * *

Re: setting proxypass value

2012-08-15 Thread Ben Noordhuis
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

Re: problem with ap_md5 in custom module

2012-08-15 Thread Ben Noordhuis
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: > *