Hello all,
I am trying to upgrade bugzilla from 2.22 to 3.0.2 on 32-bit RHEL4, and
this means upgrading mod_perl from 1.99_16 to 2.0.03 via CPAN.
Unfortunately the 'make test' fails, saying:
the server is down, giving up after 121 secs
[ error] failed to start server! (please examine t/logs/er
On Thursday 18 October 2007 9:47:31 am Colvin, Joshua wrote:
> Hello all,
>
> I am trying to upgrade bugzilla from 2.22 to 3.0.2 on 32-bit RHEL4, and
> this means upgrading mod_perl from 1.99_16 to 2.0.03 via CPAN.
> Unfortunately the 'make test' fails, saying:
>
> the server is down, giving up aft
Thanks for the reply Malcolm. I didn't see anything in error_log that
gave me any clues. I've posted the entire contents of error_log in the
original posting (unless there's another error_log I should be looking
at).
We do have ssl configured, but currently disabled:
[EMAIL PROTECTED] conf.d]# ls
You're right, we do have the 1.99 installed, however I thought
removing the offending files (pointed out by the CPAN install)
and doing an "install" of the newer version would handle that
for me. I will definitely manually remove the rpms and retry
once I get another window. Thanks.
-Original
On Wed, Oct 17, 2007 at 15:03:46 -0400, Perrin Harkins wrote:
> On 10/16/07, Mark Maunder <[EMAIL PROTECTED]> wrote:
> > This server has no proxy in front of it and only serves mod_perl
> > requests. Static content is loaded from another server with a
> > different hostname.
>
> Even so, if you ru
This might not be any help, but the one time that i ran into this it was
because for some reason traffic to localhost was being blocked by iptables due
to a configuration oversight. You might want to check to make sure that isn't
happening to you.
-Original Message-
From: Colvin, Josh
Thanks Adam, but I've got no firewall and selinux is disabled, so those
don't seem to be the problem. I'll see if manually removing the previous
mod_perl lets the upgrade (install) work.
-Original Message-
From: Adam Prime x443 [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 18, 2007 3:
Although mod_proxy is a nice module with many features, I would recommend
something like pound doing the proxying & load balancing. It's more light
and faster, plus you have the added advantage of keeping your webservers in
a local network. If you want something with more features lookup squid,