From: Chris W. <ch...@cw...> - 2004-09-18 01:51:41
|
Vijai Rao wrote: > I have been handed an old OI server and Im trying to get it to work. I > had lots of problems with apache 2 , so I am running apache 1 > seperately for this OI site. > > The server starts okay, but when I try to access any page, I get this > in my apache logs: > > [error] Undefined subroutine &OpenInteract::handler called.\n > > The website just says 500 server error. > > After a config test, I get this: > > OpenInteract::ApacheStartup::initialize (34) >> ApacheStartup: Reading > in information for configuration: /home/httpd/website/conf/base.conf > OpenInteract::ApacheStartup::initialize (40) >> SERVER INIT: base > configuration read in ok. > OpenInteract::ApacheStartup::initialize (55) >> SERVER INIT: apache > modules read in ok. > OpenInteract::ApacheStartup::initialize (69) >> SERVER INIT: installed > DBD driver (mysql) ok. > OpenInteract::ApacheStartup::initialize (76) >> Creating proxy subroutine > OpenInteract::ApacheStartup::initialize (79) >> SERVER INIT: installed > proxy subroutine ok. > Log4perl: Seems like no initialization happened. Forgot to call init()? > OpenInteract::ApacheStartup::initialize (112) >> SERVER INIT: Adding > ChildInitHandler for initialization > Syntax OK > > > Where should I be looking ? Try looking in $VHOST_DIR/logs/error_log_modperl -- the messages above are from the server-wide initialization which only happens when each Apache child is created. good luck Chris |