Re: AppArmor - makes mod_perl/mod_php safer on linux

2006-04-09 Thread Kevin A. McGrail
I'm under the impression that this is the same as SELinux (http://www.nsa.gov/selinux/info/faq.cfm) Regards, KAM I was just at cansecwest (http://cansecwest.com/) here in Vancouver, and went to a talk by Crispin Cowan from Novell. He presented AppArmor which confines the application into a r

Re: AppArmor - makes mod_perl/mod_php safer on linux

2006-04-09 Thread Jonathan Vanasco
On Apr 9, 2006, at 5:02 AM, Kevin A. McGrail wrote: I'm under the impression that this is the same as SELinux (http://www.nsa.gov/selinux/info/faq.cfm) SELinux is at the kernel level + a few libraries, and from what i read appArmor is just a library

preventing/throttling successive form posts?

2006-04-09 Thread Jonathan Vanasco
Does anyone know of a good idiomatic way to safeguard against people hitting reload and processing the same info twice? I'm thinking someone here figured out a series of internal/external redirects to keep that from happening. Right now, I just do a timeout variable in the session -> check

Re: preventing/throttling successive form posts?

2006-04-09 Thread Barry Hoggard
On Apr 9, 2006, at 1:48 PM, Jonathan Vanasco wrote: Does anyone know of a good idiomatic way to safeguard against people hitting reload and processing the same info twice? I'm thinking someone here figured out a series of internal/external redirects to keep that from happening. Right now,

Re: anyone with pgpool experience?

2006-04-09 Thread Frank Wiles
On Fri, 7 Apr 2006 21:34:04 -0400 Jonathan Vanasco <[EMAIL PROTECTED]> wrote: > yep. thats how i've got it set right now. i'm going to run some > concurrency tests this weekend to see how it works with cached > handles in Apache::DBI. I'd suggest trying pgpool without Apache::DBI also. Us