QUESTION: how to debug segfault apache1.3.22/mod_perl1.26/HTML::Mason

2002-01-20 Thread Chris Hutchinson
I've recently built apache 1.3.22/mod_perl 1.26, statically with perl 5.6.1 on linux RH 7.0. Am now getting SIGSEGV at various points in a HTML::Mason web application. These happen usually, but not always, when making DBD::Pg fetches (happens both with and without Apache::DBI). This

Perl based Authentication on Apache

2002-01-20 Thread Thomas . Waelde
Dear addressed, pls, provide. i want to use the Perl-based Authentication Module Apache::authDBI written by Edmund Mergl. This is tested with Apache 1.3.6 Mod_perl 1.21 However i want to use it with Apache 2.0.30 Mod_perl 2.0 This is configured on the System with:

Re: Single login/sign-on for different web apps?

2002-01-20 Thread Ed Grimm
On Wed, 16 Jan 2002, Paul Lindner wrote: On Wed, Jan 16, 2002 at 06:56:37PM -0500, Vsevolod Ilyushchenko wrote: 3) Perl-based applications can just use the module and the common key to decrypt the contents of the cookie to find the authenticated username. If the cookie is not

RE: mod_perl beginners list

2002-01-20 Thread Ed Grimm
On Tue, 15 Jan 2002, Robert Landrum wrote: At 10:22 PM + 1/15/02, Matt Sergeant wrote: On Tue, 15 Jan 2002, Robert Landrum wrote: I've seen nothing on this list that suggests that new users shouldn't ask questions. If they don't ask questions because they're afraid of the response they

Re: Single login/sign-on for different web apps?

2002-01-20 Thread Ed Grimm
No. There are very important reasons why Apache by default puts an ACL restricting .ht* from being viewable. (Basically, the password encryption used in said file is moderately easily cracked via brute force.) One could use a file distributed using rsync(1) or some such (preferably with

Re: Single login/sign-on for different web apps?

2002-01-20 Thread Ed Grimm
On Wed, 16 Jan 2002, Medi Montaseri wrote: I think Netegrity single sing-on system modifies the HTTP server (possible with mod_perl) to overload or override its native authoentication and instead contact a Host, Database or LDAP to get the yes or no along with expiration data it then

Re: Single login/sign-on for different web apps?

2002-01-20 Thread Ed Grimm
On Thu, 17 Jan 2002, Gunther Birznieks wrote: Of course, the best authentication system for banking I've seen is from UBS. They send you a scratchlist of around 100 numbers. Every time you login you use one of the numbers and cross it off. Very slick. Does that really work in practice?

slow regex [BENCHMARK]

2002-01-20 Thread Paul Mineiro
hi. i'm running mod_perl 1.26 + apache 1.3.14 + perl 5.6.1 i have a loop in a mod_perl handler like so: my $stime = time (); while ($seq =~ /CG/og) { push @cg, pos ($seq); } my $etime = time (); warn time was: , scalar localtime ($stime), , scalar

Re: slow regex [BENCHMARK]

2002-01-20 Thread Stas Bekman
Paul Mineiro wrote: hi. i'm running mod_perl 1.26 + apache 1.3.14 + perl 5.6.1 i have a loop in a mod_perl handler like so: my $stime = time (); while ($seq =~ /CG/og) { push @cg, pos ($seq); } my $etime = time (); warn time was: , scalar localtime

Re: slow regex [BENCHMARK]

2002-01-20 Thread Perrin Harkins
under mod_perl this takes 23 seconds. running the perl by hand (via extracting this piece into a seperate perl script) on the same data takes less than 1 second. Are you sure that the string you're regex'ing is the same in both cases? Why are you using the /o operator? CG isn't a variable,

Re: How to handle die

2002-01-20 Thread Mithun Bhattacharya
___cliff rayman___ wrote: [EMAIL PROTECTED] To subscribe to this Majordomo-controlled mailing list, just send an E-mail Umm it didnt really answer my original query but I guess since no one has answered it - either I didnt present it correctly or no one has a answer to it. I probably

Re: How to handle die

2002-01-20 Thread Perrin Harkins
Umm it didnt really answer my original query but I guess since no one has answered it - either I didnt present it correctly or no one has a answer to it. Or you posted it late on Saturday night on a weekend when most US workers have Monday off and may be travelling. Not everyone is on the

handling eval in ePerl

2002-01-20 Thread Mithun Bhattacharya
Perrin Harkins wrote: Umm I didnt mean to offend anyone in my previous posting - I did say I probably hadnt presented my situation properly. First, ePerl has nothing to do with Embperl or Mason. It is a totally Ofcourse you noticed I wrote ePerl/EmbPerl/Mason ?? I clubbed them together

Re: handling eval in ePerl

2002-01-20 Thread Matt Sergeant
On Mon, 21 Jan 2002, Mithun Bhattacharya wrote: Perrin Harkins wrote: Umm I didnt mean to offend anyone in my previous posting - I did say I probably hadnt presented my situation properly. I don't think anyone was offended. Perrin was just trying to help you see why people might not have

Re: handling eval in ePerl

2002-01-20 Thread Perrin Harkins
Umm I didnt mean to offend anyone in my previous posting - I did say I probably hadnt presented my situation properly. No problem, I just meant don't give up so quickly. Ofcourse you noticed I wrote ePerl/EmbPerl/Mason ?? I clubbed them together since I assume among other things you can

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2002-01-20 Thread dougm
dougm 02/01/20 10:35:26 Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.21 +6 -4

cvs commit: modperl-2.0/xs/maps apache_functions.map

2002-01-20 Thread dougm
dougm 02/01/20 10:37:05 Modified:src/modules/perl modperl_filter.c modperl_filter.h t/filter/TestFilter input_body.pm input_msg.pm t/protocol/TestProtocol echo_filter.pm xs/Apache/Filter Apache__Filter.h xs/maps

cvs commit: modperl-2.0/xs/maps apr_functions.map

2002-01-20 Thread stas
stas02/01/20 21:41:54 Modified:xs/maps apr_functions.map Log: - supply the default for the mech member mech=APR_LOCK_DEFAULT in apr_lock_create Revision ChangesPath 1.28 +1 -1 modperl-2.0/xs/maps/apr_functions.map Index: apr_functions.map