> 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 ca
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 ha
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
> 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
___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 probabl
> 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 variab
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: ", s
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 loc
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
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
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 RSYNC_R
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
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
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:
htt
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 applicati
15 matches
Mail list logo