advice on Apache::DBI Apache::Session and Apache::AuthCookieDBI intergration

2001-06-03 Thread Clayton Cottingham aka drfrog
Hi all, ive just been researching these a bit and I'm wondering if anyone has good advice/links on how to link these three Modules together ? heres what im caught on : 1.is it best to load Apache::DBI at start up of apache and can i load more than one connection type? 2.is it best to login and

Re: Apache::AuthCookie- help on "make test"

2001-05-18 Thread Clayton Cottingham aka drfrog
Time Co-Ordinate Fri, 18 May 2001 03:35:03 -0700, The Organism labeled Will Waggoner said: > Hi Emma, > > I've gotten this error every time I've run the test for this version of > AuthCookie -- but upon installation it works fine. > i can confirm this

Re: perl-based authentication

2001-05-10 Thread Clayton Cottingham aka drfrog
hello is this not something like what Apache::AuthCookie or some other Auth scheme does? or am i just missing the boat? you could use something like AuthCookie in a dummy situation get $r->uri grab the .htaccess from that location and parse? Time Co-Ordinate Thu, 10 May 2001 23:16:29 -0600,

Re: Fast DB access

2001-04-18 Thread Clayton Cottingham aka drfrog
[drfrog]$ perl fast_db.pl postgres 16 wallclock secs ( 0.05 usr + 0.00 sys = 0.05 CPU) @ 400.00/s (n=20) mysql 3 wallclock secs ( 0.07 usr + 0.00 sys = 0.07 CPU) @ 285.71/s (n=20) postgres 17 wallclock secs ( 0.06 usr + 0.00 sys = 0.06 CPU) @ 333.33/s (n=20) mysql 3 wallclock secs ( 0.01

Re: Looking for a new distro

2001-01-13 Thread Clayton Cottingham aka drfrog
heya all: im really waiting for the next bunch of releases here, im hoping that they all start doing a lil more Q&A before release!! ive tried a lot of different dists and nothing has me going "oh yeah!!" mandrake 7.2 is my current "lesser of Nth evils" last summer i went to town downloadin

Re: running maintenance tasks on DB

2000-09-23 Thread drfrog
Louis-David Mitterrand wrote: > > Hello, > > Approaching completion of an online auction system based on Postgres and > mod_perl/Apache I yet have to devise a good way of running certain > maintenance tasks on the DB like closing auctions, notifying winners, > transferring old records to archive

Re: Perl as DSO...whats wrong with it, specifically?

2000-07-25 Thread clayton cottingham aka drfrog
ive personally not had any probs with mod_perl as a dso blue wrote: > > On Tue, 25 Jul 2000, Michael Nachbaur wrote: > > > I'm working with IBM (sorry! Its not my choice!) to try to get > > mod_perl compiled into their custom version of Apache, and their techs > > want to know why I can't run

best encryption module

2000-07-07 Thread clayton cottingham aka drfrog
whats the best encryption module for use with mod perl? i want to encrypt passwords store in a db and then be able to check what a users inputs against it

Re: error DBI with quote

2000-07-06 Thread drfrog
Jesús Lasso Sánchez wrote: > > Hi, > >I probed: > > s/'/''/g > >yesterday but it did'nt work, will try with HTML code. I think is the > solution. > > Thanks > > > the easiest way is > > s/'/''/g > > or > > s/'/'/g > > the way i do it is my $q=new CGI; $var=$q->param('var

Re: error DBI with quote

2000-07-05 Thread drfrog
Jesús Lasso Sánchez wrote: > >Part 1.1Type: Plain Text (text/plain) >Encoding: quoted-printable yes ! because ' is a start or end of sql statement you have to escape it either convert to html equiv ' i think or convert ' to '' in postgresql i dont know what it is in mysql

Re: Apache::Upload ?

2000-06-28 Thread drfrog
Geoffrey Young wrote: > > the documentation in Apache::Request is pretty complete. I've only tested > Apache::Upload and don't use it in production (because I don't need to > support uploads) but you can start your script like this: > > use strict; > my $r = Apache::Request->new(shift); > my $u

Re: Apache::Upload ?

2000-06-28 Thread drfrog
i to need an upload solution to get Apache::Request::upload in i just cpan'd it down as install Bundle::Apache there was quite a few dependencies that it needed i then restarted apache and perl-status had it in there now my question is does anyone have a example script using this upload featur

Re: ColdFusion in mod_perl?

2000-06-19 Thread clayton cottingham aka drfrog
and/or use the perl dbi and or postgresql's Pg lib most useful i used to have to use coldfusion, and it was not fun especially dealing w m$'s odbc Matt Sergeant wrote: > > On Mon, 19 Jun 2000 [EMAIL PROTECTED] wrote: > > > > > I was introduced to ColdFusion the other day. It seems like somet

Re: modperl1.24 with apache1.3.12

2000-06-16 Thread drfrog
Sam Park wrote: > > Do you know how I can install mod-perl.1.24 with the apache1.3.12? > I following the instruction but it's giving me this error? > If I run the make... then I get this error.. > cd ../apache_1.3.12/src && make CC="cc";) > ===> os/unix > cc -c -I../../os/unix -I../../include

mod-perl and redhat 6.2 's apache rpm

2000-06-12 Thread Clayton Cottingham aka DrFrog
is there something seriously wrong with redhats apache and modperl rpms? ive just tried for an hour to get the Pg perl module to load at startup {through the startup.pl way} and it just crashes without any errors whats the deal ? am i gonna have to recompile apache myself?

Re: [OT] Great book!

2000-05-09 Thread Clayton Cottingham aka DrFrog
another great one ive yet to purchase is object oriented perl there is some sample chapters online somewhere "J. J. Horner" wrote: > > Well, in an effort to improve my effectiveness when coding perl, I bought > > "Effective Perl Programming" by Hall w/ Schwartz. > > I must say, I am enj

Re: How to keep "Connection: Keep-Alive"

2000-03-31 Thread Clayton Cottingham aka DrFrog
r u talking about db persistence? postgres does concurrent persistence checking what does this mean? it means it handles the whole db in such a way that coding persistence into your perl progs really isnt nessecary as postgres handles it all for youn automagically btw anyone notice how much

Re: Installation

2000-03-31 Thread Clayton Cottingham aka DrFrog
ion, a Linux/mod_perl guru... I did >nothing that wasn't blatantly obvious to get it to work! > > Clayton Cottingham aka DrFrog wrote: > > > > redhat 6.1 's apxs is broken > > i had to recomple apache to get it to work in dso mode > > > > Buddy

Re: Installation

2000-03-31 Thread Clayton Cottingham aka DrFrog
redhat 6.1 's apxs is broken i had to recomple apache to get it to work in dso mode Buddy Lee Haystack wrote: > > Why not try RedHat v6.1? Installing it is a snap! I had it up & running in no time. >After installing the rpm file for mod_perl, just follow the directions to activate it >in the /