From: Vijai R. <vij...@gm...> - 2004-09-19 20:41:17
|
On Fri, 17 Sep 2004 21:51:22 -0400, Chris Winters <ch...@cw...> wrote: > > > 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 > > Should have asked this in my earlier post. What should I do to get it to write in website_dir/logs/ ? Just make apache write there and it will start giving more information than usual? Write now I get nothing there Thanks, V |