Re: Where to store uploads

2007-07-09 Thread Boysenberry Payne
I handle files with a db pointer. Works really good for me. I house all of the files on a "static" server and put pointers in the DB. Then I just update the DB with new pointers or remove pointers as needed. When looking up a file I request the DB file pointer then use that info to grab it from t

ModPerl on Apache 2.2 not suitable for Windows platform

2007-07-09 Thread Foo JH
Hi all, This is a summarised follow-up on my earlier post detailing my concerns with modperl on Apache2.2 (with the latest installations of ActivePerl + modperl) not being to restart gracefully. In other words, during a restart it crashed and stopped. I have received similar observations fro

Re: First time being here, Need Big help here!

2007-07-09 Thread mweiler
In the sentence "> Do note that modperl1" is that mod_perl 1.x or is that an extra 'el'? i assume mod_perl 2 works with apache 2.x On Mon, 09 Jul 2007 11:11:13 +0800 [EMAIL PROTECTED] wrote: > I doubt. Apache2 is a major overhaul. You're better off installing > apache2 or 2.2 from scratch. > >

Re: First time being here, Need Big help here!

2007-07-09 Thread Foo JH
Don't understand what you mean. To rephrase myself: Apache 1.3 uses modperl 1 Apache 2.0 and 2.2 uses modperl 2 Does this help? [EMAIL PROTECTED] wrote: In the sentence "> Do note that modperl1" is that mod_perl 1.x or is that an extra 'el'? i assume mod_perl 2 works with apache 2.x On Mon,

DBI and threaded MPM

2007-07-09 Thread Anthony Gardner
http://perl.apache.org/docs/2.0/user/performance/mpm.html#Work_with_DataBases_under_Threaded_MPM I'm looking into a problem we're experiencing (lots of netword connections) and I think the answer lies with Apache::DBI and the version of mod_perl we're using. A few questions, does anyone know of

Re: DBI and threaded MPM

2007-07-09 Thread Jonathan Vanasco
On Jul 9, 2007, at 9:12 AM, Anthony Gardner wrote: http://perl.apache.org/docs/2.0/user/performance/ mpm.html#Work_with_DataBases_under_Threaded_MPM I'm looking into a problem we're experiencing (lots of netword connections) and I think the answer lies with Apache::DBI and the version of

Re: DBI and threaded MPM

2007-07-09 Thread Perrin Harkins
On 7/9/07, Anthony Gardner <[EMAIL PROTECTED]> wrote: I'm looking into a problem we're experiencing (lots of netword connections) and I think the answer lies with Apache::DBI and the version of mod_perl we're using. Can you explain a little more about what the problem is and why you think it in

Re: First time being here, Need Big help here!

2007-07-09 Thread Raymond Wan
Xin, I have run Apache with Debian and I do recommend (if it's not too late) to uninstall Apache 1.3 and modperl 1 before installing Apache 2.x and modperl 2. They seem to install in different directories, but if you're not too attached to the old version, it'll save you headaches later (i.

Re: First time being here, Need Big help here!

2007-07-09 Thread mweiler
Yes - thanks. On Mon, 09 Jul 2007 17:26:15 +0800 [EMAIL PROTECTED] wrote: > Don't understand what you mean. To rephrase myself: > > Apache 1.3 uses modperl 1 > Apache 2.0 and 2.2 uses modperl 2 > > Does this help? > > [EMAIL PROTECTED] wrote: > > In the sentence "> Do note that modperl1" is tha