error log file has nothing (apache error.log). does rivet log separately anywhere?
Gavin On 10/28/05, David N. Welton <[EMAIL PROTECTED]> wrote: > Gavin McLeod wrote: > > > I have Installed Apache 1.3.33 using the windows msi installer > > I have ActiveTCL 8.4.11, and have installed Rivet 0.50 using the windows > > binary. > > > > It has modified my httpd.conf like so; > > > > LoadModule rivet_module modules/mod_rivet.so > > > <IfModule mod_rivet.c> > > RivetServerConf CacheSize 50 > > AddType application/x-httpd-rivet .rvt > > AddType application/x-rivet-tcl .tcl > > > > Alias /rivet/ "C:\opt\Tcl\lib/rivet0.5.0/tests/" > > This line above seems like something that could go... > > > <Directory "C:\opt\Tcl\lib/rivet0.5.0/tests/"> > > Options Indexes FollowSymlinks MultiViews > > AllowOverride None > > Order allow,deny > > Allow from all > > </Directory> > > </IfModule> > > > > when I start apache I get > > Apache/1.3.33 (Win32) Rivet running... > > > > and using the example hello.rvt > > <? > > puts "Hello World" > > ?> > > > > but I get the following error in the browser: > > > > > > Rivet ErrorScript failed! > > ________________________________ > > > > > > can not find channel named "stdout" > > while executing > > "puts <PRE>" > > (procedure "::Rivet::handle_error" line 5) > > invoked from within > > "::Rivet::handle_error" > > That's odd... something's not being set up correctly by Rivet, I > guess:-/ Is there anything else in the error.log file? > > Pat, any ideas as to what might be happening? A stdout should > definitely be defined! > > -- > David N. Welton > - http://www.dedasys.com/davidw/ > > Linux, Open Source Consulting > - http://www.dedasys.com/ > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
