RE: Possible bug using NTLMv2 across trusted domains.

2003-07-08 Thread Paulo Meireles
Hi, 1 - You must be aware, by now, that your machine is infected. Please install and run a recented/updated antivirus. The fact that your question contained a virus is a good reason why nobody answered it. 2 - This list is for mod_perl questions; asking about a particular module is OT (Off-Topic)

Re: FAIL mod_perl-1.28 MSWin32-x86-multi-thread 4.0

2003-07-08 Thread Randy Kobes
On Sun, 6 Jul 2003, DH wrote: > This distribution has been tested as part of the cpan-testers > effort to test as many new uploads to CPAN as possible. See > http://testers.cpan.org/ > > Please cc any replies to [EMAIL PROTECTED] to keep other > test volunteers informed and to prevent any duplica

Re: Apache::Session::Lock::File hangs under Windows

2003-07-08 Thread Enrico Sorcinelli
On Tue, 8 Jul 2003 10:26:54 +0400 "Andrew Alakozow" <[EMAIL PROTECTED]> wrote: Hi Andrew > > BTW, 'clean' method of this model hangs as well. > Also Apache::Session::Lock::File (1.54) 'clean' method has a little bug in checking lockfiles last access time. See my post at: http://math

Re: ProxyPass not getting type of dynamic images?

2003-07-08 Thread Ged Haywood
Hi there, On Mon, 7 Jul 2003, Kirk Bowe wrote: > ProxyPass / http://other.server.with.specified.port.com:8082/ > ProxyPassReverse / http://other.server.with.specified.port.com:8082/ > ProxyReceiveBufferSize 16384 > > Most of it works fine but I appear to be losing content types. Is it something

Re: Newbie question about mod_perl capabilities

2003-07-08 Thread Ged Haywood
Hi there, On 8 Jul 2003, Walter H. van Holst wrote: > On Tue, 2003-07-08 at 10:14, Matt Sergeant wrote: > > > Sorry Ged, Walter is talking about CONNECT which is a proxy request. Argh. :) > Well, thanks to a someone on IRC I have found a code snippet that might > do exactly that. So it appear

Re: Newbie question about mod_perl capabilities

2003-07-08 Thread Walter H. van Holst
On Tue, 2003-07-08 at 10:14, Matt Sergeant wrote: > Sorry Ged, Walter is talking about CONNECT which is a proxy request. It > goes in place of GET or POST in the request line: > > CONNECT mail.openrelay.com:25 HTTP/1.1 > > I *think* mod_perl will be able to intercept this, but I've never tried

Re: Newbie question about mod_perl capabilities

2003-07-08 Thread Matt Sergeant
On Monday, Jul 7, 2003, at 20:50 Europe/London, Ged Haywood wrote: On 7 Jul 2003, Walter H. van Holst wrote: I am new to mod_perl and am trying to figure out whether it suits my needs or not. Can I use it to intercept any http CONNECT requests Apache receives and answer those? The concept of a