Problem with directives

2008-01-10 Thread karim Bendadda
Hi All, I'm creating a custom module wish connects to an Ldap directory (openldap) and other operations... 1- I tried to add directives to the module on the httpd.conf file : *Location /name_module url http:\\10.114.20.8\myopenldap port 389 baseDn someone /Location* 2- in my module I have

Re: Problem with directives

2008-01-10 Thread Joe Lewis
karim Bendadda wrote: *Location /name_module url http:\\10.114.20.8\myopenldap port 389 baseDn someone /Location* I'm not sure port is the best one to use. Perhaps something more specific to your module, such as MyLDAPPort, or even relying on the ldaputil.c settings to set up that

request headers in Apache input filer

2008-01-10 Thread Peter Belau
Hi, I'm trying to add/modify request headers in an Apache input filter with no success. I can read existing headers with no problems but by the time I try to modify them they are already onto the wire. Can anyone lend some insight into why this happening and what I need to do differently ?