Re: Slightly OT: mp2 oriented Captcha Module -- anyone interested ?

2006-06-06 Thread Jonathan Vanasco
ok, last posting on this list - a few people exhibited interest in helping out and setting me straight. i just wanted to make a final call for any more. i've got the general architecture migrated to perl. the class/ namespace stuff is a complete mess as its from python which has a very

Re: Sessions with mod_perl2

2006-06-06 Thread Patrick Rutkowski
There is a plethora of different ways to handle sessions in perl driven websites. I'll throw in my 2 cents by describing how I've always liked to do it. My solution assumes that your using an SQL database for persistent data storage; but that obviously isn't a requirement, there are a lot o

Re: Sessions with mod_perl2

2006-06-06 Thread Jonathan Vanasco
On Jun 6, 2006, at 4:48 PM, Matthew wrote: It could be that I just don't understand completely the nature of mod_perl, but here goes. in a nutshell mod_perl lets you do at least these three things: compile cgi scripts into apache at runtime create mod_perl handlers that replace cgi

Re: Sessions with mod_perl2

2006-06-06 Thread Tyler MacDonald
Matthew <[EMAIL PROTECTED]> wrote: > It could be that I just don't understand completely the nature of > mod_perl, but here goes. > > Reason I'm confused is because there exists CGI::Cookie for handling > cookies in MP2, but there's also the libapreq library "for MP2". It > seems to me that th

Sessions with mod_perl2

2006-06-06 Thread Matthew
It could be that I just don't understand completely the nature of mod_perl, but here goes. Reason I'm confused is because there exists CGI::Cookie for handling cookies in MP2, but there's also the libapreq library "for MP2". It seems to me that the apreq lib is more "MP2 Native" than CGI woul

Re: Apache::Server not included in mod_perl-1.99_16-4

2006-06-06 Thread Frank Wiles
On Tue, 06 Jun 2006 15:11:24 -0400 Kurt Hansen <[EMAIL PROTECTED]> wrote: > Reese,Richard Stephen wrote: > > >Thank you for the information, it just stinks that Redhat would use > >something that old in their latest OS offering because I'd rather not > >manually build it > > > > > It's a long-

Re: Apache::Server not included in mod_perl-1.99_16-4

2006-06-06 Thread Kurt Hansen
Reese,Richard Stephen wrote: Thank you for the information, it just stinks that Redhat would use something that old in their latest OS offering because I'd rather not manually build it It's a long-standing problem. This history recently posted to the CentOS mailing list: "I think you are

Mod perl with IHS 1.3.28 on AIX core dump on first server request

2006-06-06 Thread MARK, STU \(SBCSI\)
Bear with me this is the first time I've ever used a mailing list. I've searched the mod perl archives and found nothing, hopefully somebody has seen this before. I'm trying to run mod perl 1.29 on IHS 1 on AIX 5.2.0.0 The server starts up but the first time I make

Re: Apache::Server not included in mod_perl-1.99_16-4

2006-06-06 Thread Philip M. Gollucci
Jonathan Vanasco wrote: On Jun 6, 2006, at 2:33 PM, Reese,Richard Stephen wrote: Thank you for the information, it just stinks that Redhat would use something that old in their latest OS offering because I'd rather not manually build it does anyone know who is handling the redhat distributio

Re: Apache::Server not included in mod_perl-1.99_16-4

2006-06-06 Thread Jonathan Vanasco
On Jun 6, 2006, at 2:33 PM, Reese,Richard Stephen wrote: Thank you for the information, it just stinks that Redhat would use something that old in their latest OS offering because I'd rather not manually build it does anyone know who is handling the redhat distribution of this? aside from it

Re: Apache::Server not included in mod_perl-1.99_16-4

2006-06-06 Thread Philip M. Gollucci
Reese,Richard Stephen wrote: Thank you for the information, it just stinks that Redhat would use something that old in their latest OS offering because I'd rather not manually build it IDK if this is the proper place to ask this question but here goes. Here is the contents of my mod_perl.pl f

RE: Apache::Server not included in mod_perl-1.99_16-4

2006-06-06 Thread Reese,Richard Stephen
Thank you for the information, it just stinks that Redhat would use something that old in their latest OS offering because I'd rather not manually build it IDK if this is the proper place to ask this question but here goes. Here is the contents of my mod_perl.pl file, what else would need to be

Re: [mp2] reading POST body in PerlAccessHandler more then once

2006-06-06 Thread Philip M. Gollucci
Srebrenko Sehic wrote: I've reimplemented read_post_body as specified below and the problem *still* persist. I can only read POST body once. I've looked at libapreq2 code and they implement "apreq_brigade_copy" which (it seems) takes a copy of the bucket brigade and passes "the original" on along

Re: Apache::Server not included in mod_perl-1.99_16-4

2006-06-06 Thread Perrin Harkins
On Tue, 2006-06-06 at 13:51 -0400, Reese,Richard Stephen wrote: > The issue is mod_perl-1.99_16-4 for RHEL4 doesn't seem to have the > Apache/Server.pm file that mod_perl-1.99_09-10.ent includes in RHEL3, > has there been a replacement or is Apache/Server.pm going to be demoted? That has been repl

Apache::Server not included in mod_perl-1.99_16-4

2006-06-06 Thread Reese,Richard Stephen
The issue is mod_perl-1.99_16-4 for RHEL4 doesn't seem to have the Apache/Server.pm file that mod_perl-1.99_09-10.ent includes in RHEL3, has there been a replacement or is Apache/Server.pm going to be demoted?

Re: Slightly OT: mp2 oriented Captcha Module -- anyone interested ?

2006-06-06 Thread Jonathan
forgive the continued OT-ness, it makes sense to just continue this for another post or two here... On Jun 6, 2006, at 5:10 AM, Kjetil Kjernsmo wrote: a lot of good points i agree 100% with everything you said. its awful for users, and its awful for the server load - which is why i want

RE: [mp2] 'Can't Load...' PerlRequire error for Apache2.2

2006-06-06 Thread Simon Wray
Replies (==) below - thanks! Regards Simon -Original Message- From: Randy Kobes [mailto:[EMAIL PROTECTED] Sent: 05 June 2006 16:52 To: Simon Wray Cc: modperl@perl.apache.org Subject: RE: [mp2] 'Can't Load...' PerlRequire error for Apache2.2 On Mon, 5 Jun 2006, Simon Wray wrote: > When

Re: Slightly OT: mp2 oriented Captcha Module -- anyone interested ?

2006-06-06 Thread Kjetil Kjernsmo
On Tuesday 06 June 2006 02:09, Jonathan Vanasco wrote: > i'd like to make this cpanable so other modperlers can use it - would >   anyone on the list be interested in collaborating with me, and help > make it more standardized and cpanable?  i don't have the time/energy > to do that myself. I coul