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
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.
_
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
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
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?
---
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
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
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
--
mod_perl digest
October 20, 2003 - November 2, 2003
--
Recent happenings in the mod_perl world...
Features
o
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
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
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
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
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
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
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
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
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 (
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
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
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
> >
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
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
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
>
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
25 matches
Mail list logo