On Wednesday, November 12, 2003 9:43 PM
Neil Lehouillier <[EMAIL PROTECTED]> wrote:
> I think I solved that problem.... but then another one crops up.
> Here is what I'm currently getting the httpd error_log when I try and
> go to the otrs/index.pl webpage:
>
> [Wed Nov 12 13:36:35 2003] [error] failed to resolve handler
> `Apache::Registry'

Ensure that you did actually restart Apache, do not only reload it. Try
one of the following:

rcapache restart
apachectl restart
/etc/init.d/apache restart
/etc/init.d/httpd restart
/etc/rc.d/init.d/apache restart
/etc/rc.d/init.d/httpd restart

Watch out if there are dead zombie clients of Apache left behind. Stop
any instance of Apache via 'apachectl stop' and then find the zombies
via:

ps -ef|grep -v "grep httpd"|grep httpd

If you got the 'pidof' command, you may use this to kill'em all:

kill -9 `pidof httpd`

Watch out, the `tickles` are NO ' but apostrophes!

hth,

Robert Kehl

--
((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg
         http://www.otrs.de/ :: Tel. +49 (0)6172 4832388

_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting f�r Ihr OTRS System?
=> http://www.otrs.de/

Reply via email to