RE: Safe handling of an SQL query

2012-04-16 Thread Lloyd Richardson
Have your webservice connect to the db as an unprivileged user that has only select privileges. -Original Message- From: Vincent Veyron [mailto:vv.li...@wanadoo.fr] Sent: April-16-12 8:55 AM To: modperl@perl.apache.org Subject: Safe handling of an SQL query Hi Group, I maintain a

RE: difference between PerlSetEnv and Perl$ENV{}=/Perl ?

2012-03-26 Thread Lloyd Richardson
Do the PerlSetEnv as you are, and use this module to ensure it is visible from your pgplot lib env. http://search.cpan.org/dist/Env-C/C.pm From: ckatz...@gmail.com [mailto:ckatz...@gmail.com] On Behalf Of Charlie Katz Sent: March-26-12 2:26 PM To: rand...@modperl.pl Cc: modperl@perl.apache.org

RE: Access to Apache 2 POST data?

2011-12-09 Thread Lloyd Richardson
while($r-read($buffer, 1024)) {} Should do it. -Original Message- From: Jordan Michaels [mailto:jor...@viviotech.net] Sent: December-09-11 1:46 PM To: modperl@perl.apache.org Subject: Access to Apache 2 POST data? I'm looking for a way to pass HTTP POST data from a POST request to a

RE: Ubuntu and mod_perl

2011-05-17 Thread Lloyd Richardson
If you are looking to run something on apache startup: PerlRequire /path/to/startup.pl -Original Message- From: Tom Kane [mailto:t.k...@mindspring.com] Sent: Tuesday, May 17, 2011 5:23 PM To: modperl@perl.apache.org Subject: Ubuntu and mod_perl Thanks for all of the help. Just to

RE: CGI and character encoding

2011-02-24 Thread Lloyd Richardson
FWIW, with CGI.pm I always iterate through the params and Encode::decode with the appropriate encoding with an exception for anything binary. (file uploads etc) -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Thursday, February 24, 2011 3:31 PM To: mod_perl list

RE: Configuring Apache for mod_perl

2009-08-17 Thread Lloyd Richardson
Looks to me like you are trying to load Apache2::Reload in your httpd.conf somewhere, and don't have it installed on the server. Probably not a module you want to be loading unless this is a development server... From: David Holder [mailto:david.hol...@gmail.com] Sent: Monday, August 17, 2009