Re: Authen::NTLM

2004-02-07 Thread Shannon Eric Peevey
Joep Mathijssen wrote: I set NTLMDEBUG to 2 and send the results attached to this mail. Hi! Can you cut-n-paste the relevant part of the logs into an email for me? I am not sure where to look in the logs. thanks, speeves cws -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: h

Re: open proxy behavior without obvious open-proxy config

2004-02-07 Thread Vincent Kargatis
From: "Ged Haywood" <[EMAIL PROTECTED]> > On Fri, 6 Feb 2004, Vincent Kargatis wrote: > > > I have an apache server using mod_proxy that is acting like an open > > proxy even though I have ProxyRequests turned Off. > > [sinp] > > Perhaps I'm missing something simple: > > How about this? > > http://

[Fwd: Re: Net-NIS-0.34 // Apache-AuthenNIS-0.11 - possible bug.]

2004-02-07 Thread Shannon Eric Peevey
Original Message Subject:Re: Net-NIS-0.34 // Apache-AuthenNIS-0.11 - possible bug. Date: Wed, 04 Feb 2004 14:21:22 -0700 From: Ed Santiago <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] CC: ShannonEricPeevey <[EMAIL PROTECTED]>, [EMAIL PROTECTED] References: <

[Fwd: Re: Apache::AuthzNIS ... problem?]

2004-02-07 Thread Shannon Eric Peevey
Original Message Subject:Re: Apache::AuthzNIS ... problem? Date: Fri, 06 Feb 2004 10:13:30 -0700 From: Ed Santiago <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED], "ShannonEricPeevey" <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> F

[Fwd: Re: Apache::AuthzNIS ... problem?]

2004-02-07 Thread Shannon Eric Peevey
Original Message Subject:Re: Apache::AuthzNIS ... problem? Date: Fri, 6 Feb 2004 17:42:21 +0100 From: <[EMAIL PROTECTED]> Organization: http://freemail.web.de/ To: EdSantiago <[EMAIL PROTECTED]>, [EMAIL PROTECTED] CC: [EMAIL PROTECTED], "ShannonEricPeevey"

[Fwd: Apache::AuthzNIS ... problem?]

2004-02-07 Thread Shannon Eric Peevey
Original Message Subject:Apache::AuthzNIS ... problem? Date: Fri, 6 Feb 2004 17:24:55 +0100 From: <[EMAIL PROTECTED]> Organization: http://freemail.web.de/ To: EdSantiago <[EMAIL PROTECTED]>, ShannonEricPeevey <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED], [EMA

[Fwd: Re: Net-NIS-0.34 // Apache-AuthenNIS-0.11 - possible bug.]

2004-02-07 Thread Shannon Eric Peevey
Original Message Subject:Re: Net-NIS-0.34 // Apache-AuthenNIS-0.11 - possible bug. Date: Wed, 04 Feb 2004 09:27:58 -0700 From: Ed Santiago <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED], [EMAIL PROTECTED] References: <[EMAIL PROTECTED]>

[Fwd: Re: Apache::AuthzNIS ... problem?]

2004-02-07 Thread Shannon Eric Peevey
Original Message Subject:Re: Apache::AuthzNIS ... problem? Date: Fri, 06 Feb 2004 09:33:20 -0700 From: Ed Santiago <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] CC: ShannonEricPeevey <[EMAIL PROTECTED]>, [EMAIL PROTECTED] References: <[EMAIL PROTECTED]> >P

[Fwd: Net-NIS-0.34 // Apache-AuthenNIS-0.11 - possible bug.]

2004-02-07 Thread Shannon Eric Peevey
Original Message Subject:Net-NIS-0.34 // Apache-AuthenNIS-0.11 - possible bug. Date: Wed, 4 Feb 2004 16:54:07 +0100 From: <[EMAIL PROTECTED]> Organization: http://freemail.web.de/ To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Hello, I am using

Re: open proxy behavior without obvious open-proxy config

2004-02-07 Thread Ged Haywood
Hi there, On Fri, 6 Feb 2004, Vincent Kargatis wrote: > I have an apache server using mod_proxy that is acting like an open > proxy even though I have ProxyRequests turned Off. > [sinp] > Perhaps I'm missing something simple: How about this? http://httpd.apache.org/docs/mod/mod_proxy.html#acces

perl module to access php_value include_path objects

2004-02-07 Thread Gary C. New
I am in the middle of a project that requires me to dynamically update certain default paths within the Apache Server environment. I currently am able to update document_root on the fly and now need to be able to update php_value include_path in the same manor. Is there an existing perl module

Re: Section ENV Variables?

2004-02-07 Thread Gary C. New
Geoffrey, I want to thank you again for pointing me in the right direction! With the sample code, I've been able to put together a semi-working module that allows me to regex the incoming uri and rewrite the DocumentRoot on the fly. This is some cool stuff. I've run into a minor problem with