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

2004-06-24 Thread Sam Tregar
On Wed, 23 Jun 2004, Steven Scotten wrote: > Am I clear here that you're suggesting that I scrap the idea of working > with Apache2 and just go back to 1.3? Yes. > I'm concerned that six (or eighteen) months down the line if I have > questions they'll be answered by "you should be running the mo

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

2004-06-23 Thread Steven Scotten
On Jun 17, 2004, at 9:25 PM, Sam Tregar wrote: On Wed, 16 Jun 2004, Steven Scotten wrote: My problem is that I'm trying to pick up mod_perl2 without ever having used mod_perl before. I agree. I think you should back up a step and get comfortable with mod_perl 1. Unless you're doing this just for

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

2004-06-17 Thread Perrin Harkins
On Wed, 2004-06-16 at 20:19, Steven Scotten wrote: > So I've set to trying to replace CGI.pm entirely in one particular > module. It looks as though Apache::Request would have been my path in > mod_perl 1.x and I've been looking at > http://perl.apache.org/docs/2.0/user/porting/compat.html (amon

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

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

2004-06-17 Thread Sam Tregar
On Wed, 16 Jun 2004, Steven Scotten wrote: > My problem is that I'm trying to pick up mod_perl2 without ever having > used mod_perl before. I agree. I think you should back up a step and get comfortable with mod_perl 1. Unless you're doing this just for the thrill of learning something new and

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

2004-06-17 Thread Tom Mornini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jun 17, 2004, at 9:47 PM, Goehring, Chuck Mr., RCI - San Diego wrote: Here is a simple cgi program that runs under registry. It uses CGI.pm and the Oracle modules. It would probably run without mod_p

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

2004-06-17 Thread Goehring, Chuck Mr., RCI - San Diego
our particular situation. I had a hard time early on. Learning this and perl and web development at the same time was a real exercise. I haven't delved into the handlers because I haven't needed it and I have other responsibilities. Hope this helps. Chuck -----Original Message--

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

2004-06-17 Thread Steven Scotten
Thanks Chuck, Glenn, and Stas! On Jun 16, 2004, at 6:53 PM, Goehring, Chuck Mr., RCI - San Diego wrote: If you were not using mod_perl 1.x in your old cgi programs, you probably don't need to be using any of the request stuff. ModPerl::Registry does all the voodoo for you for ordinary cgi progr

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

2004-06-17 Thread Stas Bekman
Steven Scotten wrote: Hello, and thanks in advance for your patience as I ask how to do something rudimentary, but I seem to be rather dense and a week up to my eyeballs in documentation has left me no closer than when I began. My problem is that I'm trying to pick up mod_perl2 without ever havi

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

2004-06-16 Thread Glenn
On Wed, Jun 16, 2004 at 05:19:57PM -0700, Steven Scotten wrote: > Hello, and thanks in advance for your patience as I ask how to do > something rudimentary, but I seem to be rather dense and a week up to > my eyeballs in documentation has left me no closer than when I began. No apology necessary

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

2004-06-16 Thread Goehring, Chuck Mr., RCI - San Diego
is running reliably on Apache 2. Hope this helps. Chuck -Original Message----- From: Steven Scotten [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 5:20 PM To: [EMAIL PROTECTED] Subject: newbie confused, documentation seems contradictory and/or incomplete. Hello, and thanks

newbie confused, documentation seems contradictory and/or incomplete.

2004-06-16 Thread Steven Scotten
Hello, and thanks in advance for your patience as I ask how to do something rudimentary, but I seem to be rather dense and a week up to my eyeballs in documentation has left me no closer than when I began. My problem is that I'm trying to pick up mod_perl2 without ever having used mod_perl befo