Re: GnuPG module producing empty files

2009-10-19 Thread Cees Hek
On Fri, Oct 16, 2009 at 1:12 AM, Laurent MARTIN laur...@gide.net wrote: Hi! I've recently upgraded one of my old website to mod_perl (ModPerl::PerlRun) and I'm not able to make GnuPG (0.10) work properly :/ As soon as I try to encrypt a plaintext file, I get an empty encrypted file. See below

Re: GnuPG module producing empty files

2009-10-19 Thread Laurent MARTIN
Hi Cees, Thank you for your help on this. Unfortunately, this doesn't fix my problem. Has anyone on the list some experience with mod_perl and an alternative to GnuPG module (which is simply a wrapper around pgp binary). Crypt::GPG? Crypt::OpenPGP? TIA. Laurent. On 19 oct. 2009, at 08:26,

Re: How can I get the Apache server number?

2009-10-19 Thread Adam Woodworth
By looking at the apache source code, I've determined that the connection-id is the server slot number when using the pre-fork MPM. Yay! On Sat, Oct 17, 2009 at 10:34 AM, Paul Silevitch p...@silevitch.com wrote: I think the id method in Apache2::Connection module returns the slot number