serve items in "lib" or "PATH" fashion

2012-01-17 Thread André Warnier
Hi. I run a series of mostly-identical websites under Apache2/mod_perl2 (and Template::Toolkit). Most of the time, these websites use a common /js/*.js javascript snippets directory, a common /cgi-bin/*.pl directory and so on. This is done via Alias'es in each website's configuration file, po

RE: serve items in "lib" or "PATH" fashion

2012-01-17 Thread Josh Narins
> Josh Narins Director of Application Development SeniorBridge 845 Third Ave 7th Floor New York, NY 10022 Tel: (212) 994-6194 Mobile: (917) 488-6248 Fax: (212) 994-4260 jnar...@seniorbridge.com SeniorBridge Managing Complex Chronic Care http://www.seniorbridge.com SeniorBridge Statement of Con

Re: serve items in "lib" or "PATH" fashion

2012-01-17 Thread André Warnier
Josh Narins wrote: Josh Narins Director of Application Development SeniorBridge 845 Third Ave 7th Floor New York, NY 10022 Tel: (212) 994-6194 Mobile: (917) 488-6248 Fax: (212) 994-4260 jnar...@seniorbridge.com SeniorBridge Managing Complex Chronic Care http://www.seniorbridge.com SeniorBrid

Re: serve items in "lib" or "PATH" fashion

2012-01-17 Thread Perrin Harkins
On Tue, Jan 17, 2012 at 4:31 AM, André Warnier wrote: > E.g. I would be happy if I could write this in the Apache configuration : > > ScriptAlias /cgi-bin/ /var/www/site1/cgi-bin/;/var/www/global/cgi-bin/ > > and have Apache look first in the local one, then in the global one each > time it is loo

Re: serve items in "lib" or "PATH" fashion

2012-01-17 Thread André Warnier
Perrin Harkins wrote: On Tue, Jan 17, 2012 at 4:31 AM, André Warnier wrote: E.g. I would be happy if I could write this in the Apache configuration : ScriptAlias /cgi-bin/ /var/www/site1/cgi-bin/;/var/www/global/cgi-bin/ and have Apache look first in the local one, then in the global one each

Cache::Memcached problem

2012-01-17 Thread Idel Fuschini
I've got this problem on RedHat in production server: * No map found matching for GLOB(0x1ed02710) at /usr/lib/perl5/site_perl/5.8.8/Cache/Memcached.pm line 717.* anybody know what could be ? I don't find any documentation about that. Thanks Idel = E-Mail: idel.fusch...@gmail

Re: serve items in "lib" or "PATH" fashion

2012-01-17 Thread Perrin Harkins
On Tue, Jan 17, 2012 at 10:02 AM, André Warnier wrote: > But isn't there an error in the examples shown ? > > RewriteCond         /your/docroot/dir1/%{REQUEST_FILENAME}  -f > RewriteRule  ^(.+)  /your/docroot/dir1/$1  [L] > > If the original URL is e.g. "/cgi-bin/myscript.pl", and I wanted to chec

Re: Cache::Memcached problem

2012-01-17 Thread Perrin Harkins
On Tue, Jan 17, 2012 at 10:50 AM, Idel Fuschini wrote: > No map found matching for GLOB(0x1ed02710) at > /usr/lib/perl5/site_perl/5.8.8/Cache/Memcached.pm line 717. > > anybody know what could be ? I don't find any documentation about that. You'd probably be better off asking on the memcached mai

Re: Problem with long http request generation time - process restarting

2012-01-17 Thread Perrin Harkins
On Fri, Dec 16, 2011 at 1:20 PM, Randolf Richardson wrote: >        I've been using DBI in threaded Perl environments for many years, > and it works just fine for me.  I used Oracle 8i in the past on > NetWare (with ModPerl 1 in a threaded environment because the NetWare > OS is a thread-based arc