Re: mod_perl in larger scale environments

2010-04-14 Thread Dzuy Nguyen
I concur with LVS. I have LVS running on a $10 piece of hardware (300 MHz CPU, 128MB memory) that acts as a load balancer for 15+ web servers. I use keepalive to monitor the systems. Dzuy Cosimo Streppone wrote: In data 14 aprile 2010 alle ore 22:57:06, Brad Van Sickle bvs7...@gmail.com

Re: How to get a file listing

2010-02-18 Thread Dzuy Nguyen
opendir(DIR, /your/dir); my @gifs = grep { /\.gif$/ } readdir(DIR); ceauke wrote: Hi guys I wanted to do a simple script to show all pictures in a specific folder. But I don't see any functions to read all files in a folder. The logic needs to go something like this: - Open directory to read

Re: Looking to hire MP guru for setup/config

2005-09-22 Thread Dzuy Nguyen
It can, if you compiled it natively. I have Apache2 and MP2 compiled and running happily on RH9. I would not recommend the stock RH MP2 rpm. Patrick Kennedy wrote: Why are you using 1.99 when 2.0.1 is out? If you can give me more information about what you need you can contact me offline

Re: Configuration for redundancy?

2005-04-05 Thread Dzuy Nguyen
I put the servers behind an LVS load balancer. LVS is an L4 load balancer, so all servers behind it must have identical functions and content. I use keepalive to monitor the servers and automatically takes it out of the load balancer if it goes down. When I add a new machine, just replicate

mod_perl 1.99 problem

2004-03-14 Thread Dzuy Nguyen
Hi, I'm trying to run mod_perl 2.0 on RH 9.0. Apache and mod_perl are RH's out of the box rpm. I just can't seem to get past the problem with Apache::AuthCookie. This is the error I get: Can't locate object method ap_auth_type via package Apache::RequestRec at