Στις 2/7/2012 15:02, ο/η David Welton έγραψε:
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"
My memory is a bit fuzzy from not having worked on Rivet in a while,
but my recollection is the stuff between quotes is an actual Tcl
script in its entirety, so you'd want to add "source" to them to make
them actually source a file.

Yes, you are right. I just looked into the sources, and the code uses Tcl_EvalObjEx() to execute what I have pass to the configuration files.

Regards,

George


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to