[rt-users] RT 2.0.13 upgrade on Redhat 7.2

Yan Fitterer y.fitterer at ram.ac.uk
Tue Apr 23 07:13:21 EDT 2002


Any particular reason for commenting out PerlModule and 
PerlFreshRestart ? I think those were vital to me.

I ended up re-installing RedHat from scratch, then finding that I still 
got the same error. Added the PerlModule and PerlFreshRestart, 
and that fixed it. Works great now. I even have other virtual hosts 
using mod_perl OK with other software.

Y.

<VirtualHost xxx>
    ServerAdmin xxx
    DocumentRoot xxx
    ServerName xxx
    PerlModule Apache::DBI
    PerlFreshRestart On
    PerlRequire /usr/local/rt2/bin/webmux.pl
  <Location />
     SetHandler perl-script
     PerlHandler RT::Mason
  </Location>
</VirtualHost>


----  On 23 Apr 2002, at 9:11, Christian wrote:  ----

> At 13:13 02.04.2002 +0200, Harald Wagener wrote:
> >Frank Reppin wrote:
> >>On Thu, 28 Mar 2002, Yan Fitterer wrote:
> >>
> >>>Hi,
> >>
> >>Hello,
> >>
> >>>Has anybody managed to get RT working on a Redhat 7.2 install?
> >>
> >>Yes, I tested this with success.
> >>
> >>>Had 2.0.4 working like a charm for a while, then upgraded Redhat to
> >>>7.2. No problems.
> >>>
> >>>Then upgraded RT to 2.0.13 - and Apache dies on startup. No
> >>>messages in any of the logs (rt, Apache, or the system log).
> >>
> >>I had exactly the same problem. Solution :
> >>compiling mod_perl *into* apache sources solved it (as mentioned in
> >>the FAQ too) solved my problems and since then it works great.
> >
> >
> >Another fix should be to upgrade to perl-5.6.1 and the according
> >mod_perl and apache packages. updates are available from redhat.
> >Remember though, that You mght have to reinstall all the needed
> >modules.
> >
> >Regards,
> >         Harald
> ...
> 
> Hello,
> I have, unfortunately, exact the same Problem, now .
> 
> 
> First I updated the whole System with all RedHat 7.2 Updates (incl.
> Perl 5.6.1) and then I installed RT 2.0.13.
> 
> Both possibilities of start reports OK
>          /usr/sbin/apachectl start: httpd started
>          service httpd start     [OK]
> 
> => But httpd is dead. !!  (no message ... nothing)
> 
> Any fix / possibility without compiling a new apache with "mod_perl
> *into*" ??
> 
> best regards
> Christian
> 
> --
> PerlRequire /opt/rt2/bin/webmux.pl
> #PerlModule Apache::DBI
> #PerlFreshRestart On
> <Location /rt2>
>    SetHandler perl-script
>    PerlHandler RT::Mason
> </Location>
> 
> 
> 
> Alias /rt2/ /opt/rt2/WebRT/html/
> --
> 
> 
> 
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users


-- 
Yan Fitterer
IT Manager, Royal Academy of Music
E-mail : y.fitterer at ram.ac.uk
Marylebone Rd, London, NW1 5HT
Phone (+44) 20 7873 7365 Fax (+44) 20 7873 7364
  





More information about the rt-users mailing list