Perl version benchmarks

2003-11-04 Thread Perrin Harkins
I installed Perl 5.8.1 on my machine, and now I can provide some simple benchmarks. These show Perl 5.6.1, compiled by me, Perl 5.8.0, compiled by Red Hat with threading turned on, and Perl 5.8.1, compiled by me. In my compiles, I took defaults for everything except the install location. The tes

Re: [patch CGI.pm] fix the read() POST requests under 'SetHandler modperl'

2003-11-04 Thread Stas Bekman
Scott Beuker wrote: I've reverted and patched, looks good. No issues so far as I can see, the clients that were affected before are still working fine. Thanks Scott! I've added several tests to the mod_perl 2 test suite as well and it looks good too. Now awaiting feedback from Lincoln. _

RE: [patch CGI.pm] fix the read() POST requests under 'SetHandler modperl'

2003-11-04 Thread Scott Beuker
I've reverted and patched, looks good. No issues so far as I can see, the clients that were affected before are still working fine. Thanks, Scott Beuker > -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED] > Sent: November 3, 2003 6:08 PM > To: mod_perl Mailing List; Scott B

Re: strange behavor

2003-11-04 Thread Stas Bekman
Andrey A. Kudrin wrote: Hello modperl, I have a mod_perl driven website and CMS for this site running under PerlRun. Site and CMS located in different direcories and use different modules, but have subroutines that have the same names. From some moment site become to use subroutines from CMS, what

strange behavor

2003-11-04 Thread Andrey A. Kudrin
Hello modperl, I have a mod_perl driven website and CMS for this site running under PerlRun. Site and CMS located in different direcories and use different modules, but have subroutines that have the same names. >From some moment site become to use subroutines from CMS, what's wrong? ---

Re: [Fwd: AuthenNTLM and slow web server]

2003-11-04 Thread Shannon Eric Peevey
Shannon Eric Peevey wrote: Enrico Sorcinelli wrote: On Tue, 04 Nov 2003 09:13:34 -0600 Shannon Eric Peevey <[EMAIL PROTECTED]> wrote: BTW, I don't see the module asking for authorization for every object, only when the client asks for something in a new directory. (It's a little hard to tel

Re: authentication with smb

2003-11-04 Thread Shannon Eric Peevey
Tauber, Mathias HDP wrote: hi, I have just subscribed to this mailing list, so I hope I'm doing everything right... my problem: I'm running a reverse proxy with apache 1.3.x and mod_proxy on debian. For the authentication libapache-authensmb is used, so there's a connection to the domain control

Re: [Fwd: AuthenNTLM and slow web server]

2003-11-04 Thread Shannon Eric Peevey
Enrico Sorcinelli wrote: On Tue, 04 Nov 2003 09:13:34 -0600 Shannon Eric Peevey <[EMAIL PROTECTED]> wrote: BTW, I don't see the module asking for authorization for every object, only when the client asks for something in a new directory. (It's a little hard to tell from the debug log if the

[DIGEST] mod_perl digest 2003/10/20

2003-11-04 Thread jgsmith
-- mod_perl digest October 20, 2003 - November 2, 2003 -- Recent happenings in the mod_perl world... Features o

Re: Specify location of makepl_args.mod_perl

2003-11-04 Thread Stas Bekman
Sreeji K Das wrote: Hi Guys How many of you use makepl_args.mod_perl ? I have a file handy with all the required options & I build a static httpd with a single 'perl Makefile.PL'. I have found this method very convenient. However, mod_perl build currently requires that makepl_args.mod_perl is pres

Re: [mp2] size of POST (problem)

2003-11-04 Thread Stas Bekman
Egor Korablev wrote: hi i use these routines to get POST data from form in my mp2 handler all work fine, but if i post a lot of text from my form i get error in browser "Cannot find server. The Page cannot be displayed". There is nothing in error_log. How can i solve this problem? =) Server Vers

authentication with smb

2003-11-04 Thread Tauber, Mathias HDP
hi, I have just subscribed to this mailing list, so I hope I'm doing everything right... my problem: I'm running a reverse proxy with apache 1.3.x and mod_proxy on debian. For the authentication libapache-authensmb is used, so there's a connection to the domain controller present and working. Ev

Re: [Fwd: Re: [Fwd: AuthenNTLM and slow web server]]

2003-11-04 Thread Shannon Eric Peevey
The first problem we've come across is accessing the username from the object as it is never returned by the handle (for obvious reasons) and we can't see an easy way to access it even when subclassing - I've posted to the London.pm perl mailing list asking if there is a way to sneek in and grab t

Re: [Fwd: AuthenNTLM and slow web server]

2003-11-04 Thread Shannon Eric Peevey
Enrico Sorcinelli wrote: On Tue, 04 Nov 2003 09:13:34 -0600 Shannon Eric Peevey <[EMAIL PROTECTED]> wrote: BTW, I don't see the module asking for authorization for every object, only when the client asks for something in a new directory. (It's a little hard to tell from the debug log if the

Re: [Fwd: AuthenNTLM and slow web server]

2003-11-04 Thread Enrico Sorcinelli
On Tue, 04 Nov 2003 09:13:34 -0600 Shannon Eric Peevey <[EMAIL PROTECTED]> wrote: > BTW, I don't see the module asking for authorization for every object, > only when the client asks for something in a new directory. (It's a > little hard to tell from the debug log if the calls to the samba se

[Fwd: Re: [Fwd: AuthenNTLM and slow web server]]

2003-11-04 Thread Shannon Eric Peevey
Original Message Subject: Re: [Fwd: AuthenNTLM and slow web server] Date: Tue, 4 Nov 2003 15:03:32 + From: Leo Lapworth <[EMAIL PROTECTED]> Reply-To: Leo Lapworth <[EMAIL PROTECTED]> To: Shannon Eric Peevey <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PR

Re: [Fwd: AuthenNTLM and slow web server]

2003-11-04 Thread Shannon Eric Peevey
Stefano Ciancio wrote: On Mon, 03 Nov 2003 15:39:14 -0600 Shannon Eric Peevey <[EMAIL PROTECTED]> wrote: Stefano Ciancio wrote: Hi Shannon Eric, I have set "ntlmdebug" = 2 and produced an error.log that I have attached. It seems that the error is: [9100] AuthenNTLM: Authorization Heade

[mp2] size of POST (problem)

2003-11-04 Thread Egor Korablev
hi i use these routines to get POST data from form in my mp2 handler all work fine, but if i post a lot of text from my form i get error in browser "Cannot find server. The Page cannot be displayed". There is nothing in error_log. How can i solve this problem? =) Server Version: Apache/2.0.47 (

Re: Specify location of makepl_args.mod_perl

2003-11-04 Thread Geoffrey Young
Sreeji K Das wrote: Hi Guys How many of you use makepl_args.mod_perl ? I do. I have a file handy with all the required options & I build a static httpd with a single 'perl Makefile.PL'. I have found this method very convenient. However, mod_perl build currently requires that makepl_args.mod_pe

Re: [Fwd: AuthenNTLM and slow web server]

2003-11-04 Thread Shannon Eric Peevey
Leo Lapworth wrote: On Mon, Nov 03, 2003 at 11:55:28AM -0600, Shannon Eric Peevey wrote: Are you creating something along the lines of a: Apache-AuthCookieNTML ? It seems that a lot of these questions would be resolved by a module that would check for a cookie first, and then throw the auth

Re: [Fwd: AuthenNTLM and slow web server]

2003-11-04 Thread Stefano Ciancio
On Mon, 03 Nov 2003 15:39:14 -0600 Shannon Eric Peevey <[EMAIL PROTECTED]> wrote: > Stefano Ciancio wrote: > > >Hi Shannon Eric, > > > >I have set "ntlmdebug" = 2 and produced an error.log that I have attached. > > > >It seems that the error is: > > > >[9100] AuthenNTLM: Authorization Header > >

Specify location of makepl_args.mod_perl

2003-11-04 Thread Sreeji K Das
Hi Guys How many of you use makepl_args.mod_perl ? I have a file handy with all the required options & I build a static httpd with a single 'perl Makefile.PL'. I have found this method very convenient. However, mod_perl build currently requires that makepl_args.mod_perl is present in one of curre

Re: different versions of Perl

2003-11-04 Thread Stas Bekman
Rafael Garcia-Suarez wrote: Stas Bekman wrote: The perl shipped with RH 9 (actually a 5.8.0 + lots of patches) is compiled with threads and with a shared libperl.so, two factors that are known to slow things down. I think that 5.8.0 is slower than 5.6.x, but not considerably. However I have no def

Re: [Fwd: AuthenNTLM and slow web server]

2003-11-04 Thread Leo Lapworth
On Mon, Nov 03, 2003 at 11:55:28AM -0600, Shannon Eric Peevey wrote: > Are you creating something along the lines of a: > > Apache-AuthCookieNTML ? > > It seems that a lot of these questions would be resolved by a module > that would check for a cookie first, and then throw the auth box when >

Re: different versions of Perl

2003-11-04 Thread Rafael Garcia-Suarez
Stas Bekman wrote: > > The perl shipped with RH 9 (actually a 5.8.0 + lots of patches) > > is compiled with threads and with a shared libperl.so, two factors that > > are known to slow things down. I think that 5.8.0 is slower than 5.6.x, > > but not considerably. However I have no definitive numbe