an httpd problem with a module

2007-10-05 Thread karim Bendadda
Hi everbody, I'm trying to develop a module for apache whith the csoap library. the compilation is ok, the mod_soap.so was created. I updated the httpd.conffile but when I'm trying to lunch the httpd (or the apachectl) I have this message: httpd: Syntax error on line 71 of /usr/local/apache2/con

Re: an httpd problem with a module

2007-10-05 Thread karim Bendadda
Yes that was the problem! thank you very much Nick & Takashi Karim 2007/10/5, Nick Kew <[EMAIL PROTECTED]>: > > On Fri, 5 Oct 2007 11:46:22 +0200 > "karim Bendadda" <[EMAIL PROTECTED]> wrote: > > > httpd: Syntax error on line 71 of /usr/local/a

Re: Have you tried to compile mod_auth_ldap??

2007-10-23 Thread karim Bendadda
on the first link you sent that claimed compatibility > with 2.2.x - did you try that one? > > Joe > > karim Bendadda wrote: > > Yes I m using apache 2.2.6. I'm trying to use the mod_authnz_ldap > > module but I have already installed the apache and

Re: Have you tried to compile mod_auth_ldap??

2007-10-23 Thread karim Bendadda
it as a dynamic module. My problème is I don't now how to compile it manually . 2007/10/23, Joe Lewis <[EMAIL PROTECTED]>: > > Are you using apache 2.2? > > karim Bendadda wrote: > > I m sorry I have made a mistake It's the Apache 2.0.x module that I >

Re: modules redirection

2007-10-26 Thread karim Bendadda
It seems to be that I was searching for...I'll try it and tell you if it works... thank you and have a good weekend! 2007/10/26, ed <[EMAIL PROTECTED]>: > > On Fri, 26 Oct 2007 19:53:39 +0100 > ed <[EMAIL PROTECTED]> wrote: > > > On Fri, 26 Oct 2007 16:21:47

Re: compiling using gcc directly rather than using apxs

2007-11-28 Thread karim Bendadda
; I know for sure that the problem is with the way I am compiling the > > module. Can anyone tell me what am I missing here? > > > > I am also attaching my module file for your reference. > > > > Thanks, > > Subra > > > > > > > -- Karim Bendadda

[Resolved]Re: Problem with directives

2008-01-11 Thread karim Bendadda
d the solution here: http://threebit.net/tutorials/apache2_modules/tut2/tutorial2.html Thak you for your help!! On Jan 10, 2008 10:02 PM, Joe Lewis <[EMAIL PROTECTED]> wrote: > karim Bendadda wrote: > > * > > url http:\\10.114.20.8\myopenldap > > port 389 > > baseDn

Re: [Apache Module] Request External Redirection

2008-01-14 Thread karim Bendadda
eturn HTTP_MOVED_TEMPORARILY; } Am I wrrong?? Is that means my request is redirected to http://10.112.3.20/test?? On 1/14/08, Joe Lewis <[EMAIL PROTECTED]> wrote: > > karim Bendadda wrote: > > Thank you for your help! > > > > How can I call the Redirect directive into th

[Module Dev] Sending http request

2008-01-16 Thread karim Bendadda
Hi Everybody, Have you any idea of an apr function wish *sends an HTTP request to an url*? I have a request request_rec and I need to send it to an http url : http:\\url.com. I'd like something like : *send_request(request_rec,url); * P.S: On my last mail (Request External Redirection) I as

Re: [Module Dev] Sending http request

2008-01-22 Thread karim Bendadda
xpected on Apache... On Jan 22, 2008 7:25 PM, Joe Lewis <[EMAIL PROTECTED]> wrote: > karim Bendadda wrote: > > First I'd like to thank you very much Joe for help... > > > > I have a "begineer" question: > > > > *3) allow apache to handle the