Re: ToDo:Add PERL_NO_GET_CONTEXT for multiplicity/threads

2004-02-18 Thread Stas Bekman
Beau E. Cox wrote: Hello Tim, I have been talking on the mod_perl list about threading problems with perl 5.8.2. Stas has encouraged me to try and patch DBI; he has given me a tutorial and, with your permission, I would like to try it. Beau, the proper list for this discussion is: http://lists.per

ToDo:Add PERL_NO_GET_CONTEXT for multiplicity/threads

2004-02-18 Thread Beau E. Cox
Hello Tim, I have been talking on the mod_perl list about threading problems with perl 5.8.2. Stas has encouraged me to try and patch DBI; he has given me a tutorial and, with your permission, I would like to try it. However, when I try to svn checkout DBI ( as you described in a previous message

Re: [QUESTION] Newbie getting started with mod_perl on a production server = trouble?

2004-02-18 Thread Geoffrey Young
> Yes, the more I got into researching specifics today, finding lots of > seemingly conflicting advice, the more I can see the need for in-depth > help. if you stick to perl.apache.org and the resources listed there you are unlikely to suggestions that are too far apart. > I'll definitely be ge

RE: [QUESTION] Newbie getting started with mod_perl on a production server = trouble?

2004-02-18 Thread sagi
A good book is practical mod_perl. ISBN: 0596002270 But don't get scared of its massive size. I'm sure it will serve you well beyond your initial requirements. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 6:01 PM To: [EMAIL PRO

modperl@perl.apache.org

2004-02-18 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Using Apache/1.3.27 (Unix) mod_gzip/1.3.26.1a mod_perl/1.27, perl 5.8.0. Hi, I'm working with some servers which print debugging messages through a wrapper function that calls Apache::Log::debug, here is a simplified version: sub mydebug { my $msg = shift; Apache->

Re: [QUESTION] Newbie getting started with mod_perl on a production server = trouble?

2004-02-18 Thread cyberintense
"Geoffrey Young" <[EMAIL PROTECTED]> wrote > you should really start with one of the books dedicated to mod_perl, as it > is there that you will find explanations from the people most familiar with > the technology. Yes, the more I got into researching specifics today, finding lots of seemingly c

modperl@perl.apache.org

2004-02-18 Thread frederik
Using Apache/1.3.27 (Unix) mod_gzip/1.3.26.1a mod_perl/1.27, perl 5.8.0. Hi, I'm working with some servers which print debugging messages through a wrapper function that calls Apache::Log::debug, here is a simplified version: sub mydebug { my $msg = shift; Apache->server()->log()->debug(

Re: [QUESTION] Newbie getting started with mod_perl on a production server = trouble?

2004-02-18 Thread Geoffrey Young
in additon to the suggestions made by thomas... > 2) Would the mod_perl installation affect more than just the one > directory designated to run mod_perl scripts? IOW, would my other > scripts, now running in the cgi-bin, be affected in any way? I figured > on using an extension specific to mod_pe

Re: Where is set_basic_auth_pw?

2004-02-18 Thread Geoffrey Young
john Brahy wrote: > Is there a way to set that information from mod_perl? > > I have written my own authentication system but I want to pass the username > to the logs to replace the - - or unknown - that's happening now. I've > looked in the white tailed eagle book but didn't see it. > > > M

Where is set_basic_auth_pw?

2004-02-18 Thread john Brahy
Is there a way to set that information from mod_perl? I have written my own authentication system but I want to pass the username to the logs to replace the - - or unknown - that's happening now. I've looked in the white tailed eagle book but didn't see it. Mod_perl 1.29 / apache 1.3.27 :::

Re: Wow. Uh. Heh. PerlRun and Seeming Caches...

2004-02-18 Thread Morbus Iff
>> In an attempt to disprove my sanity, I did a quick swap out of >> Apache::Registry for Apache::PerlRun, expecting that a good portion >> of my problems [1] would go away. Oddly, they didn't. In fact, there >> seemed to be no difference whatsoever. Can I learn anything from this? > >You can learn

Re: Wow. Uh. Heh. PerlRun and Seeming Caches...

2004-02-18 Thread Perrin Harkins
On Wed, 2004-02-18 at 16:56, Morbus Iff wrote: > In an attempt to disprove my sanity, I did a quick swap out of > Apache::Registry for Apache::PerlRun, expecting that a good portion > of my problems [1] would go away. Oddly, they didn't. In fact, there > seemed to be no difference whatsoever. Can I

Wow. Uh. Heh. PerlRun and Seeming Caches...

2004-02-18 Thread Morbus Iff
In an attempt to disprove my sanity, I did a quick swap out of Apache::Registry for Apache::PerlRun, expecting that a good portion of my problems [1] would go away. Oddly, they didn't. In fact, there seemed to be no difference whatsoever. Can I learn anything from this? [1] http://groups.yahoo.com/

Re: [QUESTION] Newbie getting started with mod_perl on a production server = trouble?

2004-02-18 Thread Thomas Klausner
Hi! On Wed, Feb 18, 2004 at 12:36:36PM -0500, [EMAIL PROTECTED] wrote: > I would like to start using mod_perl12, and I'm confident that I can is this mod_perl1 or mod_perl2 (for Apache 1.x or 2.x) Anyway, take a look at this section of the docs: http://perl.apache.org/docs/1.0/guide/install.htm

[QUESTION] Newbie getting started with mod_perl on a production server = trouble?

2004-02-18 Thread cyberintense
Hello all, I'm new to the list, and I apologize if these questions seem too elementary, but I did not seem to be able to find definitive answers elsewhere. I would like to start using mod_perl12, and I'm confident that I can figure out how to get it up and running (with plenty of written instruct

Re: Apache::Registry vs Other PerlHandlers (Was: Re: [OT] Re: Shared Module Vars, Missing Object Methods?)

2004-02-18 Thread petersm
Garth Webb <[EMAIL PROTECTED]> wrote > > If anyone knows of any other simple C-based templating systems they use > and like, I'd be interested to hear about it! I really like HTML::Template. I know it's mostly perl based, but it is known for being really fast. Plus there are several cacheing opti