Hi all,
My Rivet configuration is:
# Loads the module.
LoadModule rivet_module modules/mod_rivet.so
# Let the module handle .rvt and .tcl files.
#AddType application/x-httpd-rivet rvt
#AddType application/x-rivet-tcl tcl
# The default charset can be specified in the configuration
AddType "application/x-httpd-rivet; charset=utf-8" rvt
AddType "application/x-rivet-tcl; charset=utf-8" tcl
RivetServerConf GlobalInitScript "/var/www/rivet/server/global_init.tcl"
RivetServerConf ChildInitScript "/var/www/rivet/server/child_init.tcl"
RivetServerConf ChildExitScript "/var/www/rivet/server/child_exit.tcl"
RivetServerConf UploadDirectory "/var/www/rivet/upload"
But when apache starts, I see in its error log:
[Mon Jul 02 14:57:03 2012] [error] (20014)Internal error: mod_rivet:
Error running GlobalInitScript
'/var/www/rivet/server/global_init.tcl\n': invalid command name
"/var/www/rivet/server/global_init.tcl"\n while
executing\n"/var/www/rivet/server/global_init.tcl"
[Mon Jul 02 14:57:03 2012] [error] (20014)Internal error: mod_rivet:
Error in Child init script: /var/www/rivet/server/child_init.tcl\n
[Mon Jul 02 14:57:03 2012] [error] (20014)Internal error: errorCode: NONE
[Mon Jul 02 14:57:03 2012] [error] (20014)Internal error: errorInfo:
invalid command name "/var/www/rivet/server/child_init.tcl"\n while
executing\n"/var/www/rivet/server/child_init.tcl"
Any idea why, and how it can be fixed?
Regards,
George
---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscr...@tcl.apache.org
For additional commands, e-mail: rivet-dev-h...@tcl.apache.org