Re: Apache::Session not updating (writing)

2005-05-11 Thread Bart Simpson
--- Rick <[EMAIL PROTECTED]> wrote: > On 5/10/05, Bart Simpson <[EMAIL PROTECTED]> > wrote: > > > > --- Rick <[EMAIL PROTECTED]> wrote: > > > I'm having problems with > > > MasonX::Request::WithApacheSession (using > > > Apach

Re: Apache::Session not updating (writing)

2005-05-10 Thread Bart Simpson
--- "Gokul P. Nair" <[EMAIL PROTECTED]> wrote: > --- Bart Simpson <[EMAIL PROTECTED]> wrote: > "Don't use mason though." > > I'm curious about your last statement about not > using > Mason, why do u say so? > > LOL -- I mean

Re: Apache::Session not updating (writing)

2005-05-10 Thread Bart Simpson
--- Rick <[EMAIL PROTECTED]> wrote: > I'm having problems with > MasonX::Request::WithApacheSession (using > Apache::Session::MySQL backend). The session is not > being updated, so > I can't save any data to it. I verified this by > looking at the mysql > logs. Are you timestamping your session

Re: duplicating installation on other server

2005-03-10 Thread Bart Simpson
installed like modperl or vendor perl modules? We'll see. thanks --- Michael Peters <[EMAIL PROTECTED]> wrote: > Bart Simpson wrote: > > I've just had to move to a new developement > machine. I > > built apache2, mp2 and now I'm ready to install > the &

duplicating installation on other server

2005-03-10 Thread Bart Simpson
I've just had to move to a new developement machine. I built apache2, mp2 and now I'm ready to install the cpan modules i downloaded individually. I don't want to do that again. Is there a faq somewhere that tells best way to do this. I copied old site_perl directory to new machine and it seems to

Re: pnotes

2004-11-30 Thread Bart Simpson
> > Arshavir Grigorian wrote: > > > >> Hello list, > >> > >> I have module called Application which handles > all the requests to > >> the site (except for images, etc) and then > dispatches the request to > >> a different module based on the $r->path_info(). > >> > >> I am thinking about creati

Apache::Session delete error

2004-11-18 Thread Bart Simpson
HI. I've been working on this for over a day now. Truth is i don't really understand the nature of the problem. Google give many old results for setgid problems. If some wise perl programmer could help, i'd be much obliged. I'm getting this error when I call tied(%session)->delete. -e: Insecur

Re: APR::Base64 uses

2004-08-11 Thread Bart Simpson
> > > stuff on the way to what i'm looking for. Doing a > web > > search , i see a little on what i was looking for > only > > and a great deal of ads. > > You don't use google then do you? > ;p probably msn or yahoo, or gulp AOL :) CMON, would Bart S

Re: APR::Base64 uses

2004-08-11 Thread Bart Simpson
--- mock <[EMAIL PROTECTED]> wrote: > On Tue, Aug 10, 2004 at 08:57:14PM -0400, Geoffrey > Young wrote: > > > > >>but hiding the decryption key from technical > people is generally > > >>impossible > > > > > > > > > Only if they crack your application server. > Cracking the database or > > >

Re: APR::Base64 uses

2004-08-10 Thread Bart Simpson
--- Perrin Harkins <[EMAIL PROTECTED]> wrote: > Bart Simpson wrote: > > OK. its good for Encoding as in changing forms > but > > not hiding from other readers. I think i get the > > difference. Encode does not imply any secrecy or > > privacy where as en

Re: APR::Base64 uses

2004-08-10 Thread Bart Simpson
thank you. i'll look into it. How much do you pay for this service? --- Trond Michelsen <[EMAIL PROTECTED]> wrote: > On Tue, Aug 10, 2004 at 04:00:58PM -0700, Bart > Simpson wrote: > >> APR::Base64 and APR::URI look pretty > >> useful too. > > Wh

Re: APR::Base64 uses

2004-08-10 Thread Bart Simpson
--- Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Tue, 2004-08-10 at 19:00, Bart Simpson wrote: > > What are some practical uses of APR::Base64? > > Sending binary data in ASCII. > > > Encoding > > credit card nums before storing in DB? Passwords? >

APR::Base64 uses

2004-08-10 Thread Bart Simpson
Perrin Harkins <[EMAIL PROTECTED]> wrote in another post: > APR::Base64 and APR::URI look pretty > useful too. > What are some practical uses of APR::Base64? Encoding credit card nums before storing in DB? Passwords? The doc at http://perl.apache.org/docs/2.0/api/APR/Base64.html#Synopsis

Re: [mp2] ?Any clue when stable release comes out?

2004-06-20 Thread Bart Simpson
> On Fri, Jun 18, 2004 at 02:07:19PM -0700, Bart > Simpson wrote: > > Starting a project expected to be done by Xmas. > Its > > billing software for a small ISP. Will a > production > > release of MP2 be out by then or when does anyone > have > > an idea w

Re: [mp2] ?Any clue when stable release comes out?

2004-06-18 Thread Bart Simpson
--- ydnar <[EMAIL PROTECTED]> wrote: > Been using mp2 in production for a large billing > project for a year now. > In that year we've only had 2 problems related to > mod_perl and they were > minor and addressed quickly. > I'm going to use it for my project, too :) Much thanks, ydnar.

[mp2] ?Any clue when stable release comes out?

2004-06-18 Thread Bart Simpson
Starting a project expected to be done by Xmas. Its billing software for a small ISP. Will a production release of MP2 be out by then or when does anyone have an idea when one will be out?? Much thanks, __ Do you Yahoo!? Read only the mail you wa

Re: newbie confused, documentation seems contradictory and/or incomplete.

2004-06-17 Thread Bart Simpson
> > Here is a simple cgi program that runs under > registry. It uses CGI.pm > > and the Oracle modules. It would probably run > without mod_perl if I > > just changed "use Apache::DBI();" to "use DBI();". > This is one of > > those modules that has a "special" version for > mod_perl. > > Wh

[DBI] Pass $dbh to sub with persistent db handles?

2004-06-17 Thread Bart Simpson
Since db handles persist , I was wondering if it is effiecient if every function that accesses the database creates its own db connection. Before using mod-perl, i passed the handle to the subs. However, i'd rather not have the caller's worry about the data at all and just say %cstmr_info = Cu