[rt-users] RT 2.0.13 upgrade on Redhat 7.2
Christian
proftp_cj at kdd.de
Wed Apr 24 11:45:51 EDT 2002
Hi,
it's working now with
----
PerlModule Apache::DBI
PerlFreshRestart On
PerlRequire /opt/rt2/bin/webmux.pl
<Location /rt2>
SetHandler perl-script
PerlHandler RT::Mason
</Location>
----
I don't know exactly why ;-( but :-) . [maybe the sequencing]
thx for your help
regards
Christian
At 15:19 23.04.2002 +0200, Christian wrote:
>Hi Yan and the other folks,
>
>At 11:13 23.04.2002 +0000, Yan Fitterer wrote:
>>Any particular reason for commenting out PerlModule and
>>PerlFreshRestart ? I think those were vital to me.
>
>Just a test, I tried with and without.
>
>
>>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.
>
>Now I tested, because of your hint, also ones with VirtualHost.
>
><VirtualHost www.rt2.de>
> DocumentRoot /opt/rt2/WebRT/html/
> ServerName www.rt2.de
> PerlModule Apache::DBI
> PerlFreshRestart On
> PerlRequire /opt/rt2/bin/webmux.pl
> <Location />
> SetHandler perl-script
> PerlHandler RT::Mason
> </Location>
></VirtualHost>
>
>--> !!! fine !!!
> It's crazy, that works very well !! ????
>
>i tested again with
>
>--
>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/
>--
>
>No success. Apache could not start
>
>Any additional idea ??
>
>thanks
>Christian
>
>
>
>><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
>
>
>_______________________________________________
>rt-users mailing list
>rt-users at lists.fsck.com
>http://lists.fsck.com/mailman/listinfo/rt-users
More information about the rt-users
mailing list