[OT] Persistant MySQL connections in Apache 2

2002-11-18 Thread Issac Goldstand
This is really a C API thing, but I was wondering if Apache2::DBI people can help me shed some light on this... - Original Message - From: Kent Fitch To: [EMAIL PROTECTED] Sent: Monday, November 18, 2002 5:37 AM Subject: Re: [apache-modules] Persistant MySQL connections in Apache 2 Hi

Re: New module : Apache::Session::Manager

2002-11-18 Thread Enrico Sorcinelli
On 16 Nov 2002 13:24:13 +0200 Clinton Gormley [EMAIL PROTECTED] wrote: I've written a new module as a wrapper around Apache::Session which provides short term (ie session) tracking (which is something that Apache::SessionManager and Apache::SessionX provide), but this adds long term user

Re: New module : Apache::Session::Manager

2002-11-18 Thread Clinton Gormley
Hi Enrico After posting, I looked at Apache::AuthCookie for the first time - don't why I hadn't looked at it before - to find that I was, indeed, duplicating a lot of work that has been done before. Didn't I feel foolish! It looks like Perrin may have to write a ...why not to write your own

What triggers the User Handler?

2002-11-18 Thread Marc Murphy
When a request is made I thought each of the 11 or so handlers runs and that's it. I'm seeing some behaviour where a homepage is loaded but the user handler that I designated seems to run several times (I have some print statements that print to a file), but I'm only loading one webpage. It

Re: timing downloads with mod_perl

2002-11-18 Thread Alvar Freude
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -- Nick [EMAIL PROTECTED] wrote: I would like to log the time it take users to download items from my site. Has anyone has any success writing a mod perl prog to accomplish this? create two handlers: - One in PerlInithandler - The

Re: configuration table permanent storage?

2002-11-18 Thread Geoffrey Young
Marc Murphy wrote: Once you use a configuration directive to store some values in a module's configuration table, is there any way to change them after that? When there is a request I grab the values I initally stored in the configuration table (which I believe are stored only once when

Re: What triggers the User Handler?

2002-11-18 Thread Geoffrey Young
Richard Clarke wrote: Marc, If the webpage has images then a request will be made for each of these images as well. Depending on your configuration this could account for it being run several times. not to mention subrequests, such as a request for foo.com/bar that gets translated into

RE: What triggers the User Handler?

2002-11-18 Thread Narins, Josh
as well as $r-push_handlers and $r-set_handlers and PerlHandler YourHandler in httpd.conf -- This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are

mp2.0 w/Apache 2.0, DBI setup??

2002-11-18 Thread Robert Kohler
I am having difficulty getting Apache 2.0.43, perl 5.6.1, and mod_perl 1.99_07 to work together. Trying to authenticate users based on a MySQL table. All compiles and installs. I installed Apache-DBI-0.89 perl module. In configuring, I keep getting Seg faults. Can someone let me know if I

Re: mp2.0 w/Apache 2.0, DBI setup??

2002-11-18 Thread Randy Kobes
On Mon, 18 Nov 2002, Robert Kohler wrote: I am having difficulty getting Apache 2.0.43, perl 5.6.1, and mod_perl 1.99_07 to work together. Trying to authenticate users based on a MySQL table. All compiles and installs. I installed Apache-DBI-0.89 perl module. In configuring, I

Re: mp2.0 w/Apache 2.0, DBI setup??

2002-11-18 Thread Robert Kohler
Randy Kobes wrote: On Mon, 18 Nov 2002, Robert Kohler wrote: I am having difficulty getting Apache 2.0.43, perl 5.6.1, and mod_perl 1.99_07 to work together. Trying to authenticate users based on a MySQL table. All compiles and installs. I installed Apache-DBI-0.89 perl module. In

Re: [OT] Persistant MySQL connections in Apache 2

2002-11-18 Thread Stas Bekman
Issac Goldstand wrote: This is really a C API thing, but I was wondering if Apache2::DBI people can help me shed some light on this... I'm not sure what's the Apache2::DBI question, but we (Tim, Hugo, Eric at el.) have discussed the Apache::DBI for threaded apps at the last TPC and the

Re: mp2.0 w/Apache 2.0, DBI setup??

2002-11-18 Thread Stas Bekman
Robert Kohler wrote: Randy Kobes wrote: On Mon, 18 Nov 2002, Robert Kohler wrote: I am having difficulty getting Apache 2.0.43, perl 5.6.1, and mod_perl 1.99_07 to work together. Trying to authenticate users based on a MySQL table. All compiles and installs. I installed Apache-DBI-0.89