Re: [RELEASE CANDIDATES] Status ?

2006-10-31 Thread Philip M. Gollucci
Philip M. Gollucci wrote: Hi all, so it seems I dropped the ball on the releases. I'm about to get back into it. Does anyone know of any issues that are still oustanding from mod_perl-2.0.3-RC1 Apache-Test 1.29-RC1 libapreq2 2.09-RC1 before I roll -RC2s. I'm pretty sure Apache-Test and

Re: print() on closed filehandle

2006-10-31 Thread Frank Wiles
On Mon, 30 Oct 2006 13:15:32 -0700 Harry Plate <[EMAIL PROTECTED]> wrote: > Peter, > > > > > You can also temporarily disable SELinux by doing: > > > > echo '0' > /selinux/enforce > > > > Bingo! That was it! > > So, I don't see any SELinux configuration (within Webmin, at least). > I need to

Apache + perl + cronolog

2006-10-31 Thread Tue Topholm
I have this script: use DBI; my ($sth, $dbh, $domain, $domainID, $created, $sql); $dbh = DBI->connect("DBI:mysql:ccc:","ccc","ccc"); $sth = $dbh->prepare("SELECT domainID, domain, created FROM domain ORDER BY domainID ASC"); $sth->execute(); while (($domainID, $domain, $created) = $st

Re: Win32 ppm packages

2006-10-31 Thread Issac Goldstand
I tend to use 2.0 where I need subversion or PHP (which ship with 2.0 modules only) and 2.2 everywhere else... I personally find the naming a bit tricky (2-2.2). and would frankly rather see the modules called mod_perl20 (or mod_perl2.0) and mod_perl/libapreq22/2.2; I'd rather type the couple