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
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
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
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