From: Brent W. <we...@pa...> - 2004-10-05 01:10:48
|
>>>"Heravi, Mel M." said: > I have a script Junk.cgi in cgi-bin directory, which source(es) a > starkit that I placed in the cgi-bin directory. Somehow the "Source" > command seems to look into mk4tcl to get the file !!! Is this true ? If > so, how can I source a file from within a starkit(ed) application ? You have to be a bit careful with CGI and starkits. First, if you put your cgi-bin directory inside your starkit, then try to access those scripts, its gonna fail because the host operating system is trying to run those scripts. But, it has no idea about what is inside the starkit. -- Brent Welch Software Architect, Panasas Inc Delivering the premier storage system for scalable Linux clusters www.panasas.com we...@pa... |