On 8 Sep 2004, at 20:38, Gregory Lypny wrote:

2. File locations. I would like to be able to keep by cgi script files and stacks in a folder nested within the CGI-Executables folder, but I can't seem to get the paths right in my cgi scripts. If I put the stack and the cgi script in a subfolder named "Pareto-CGI" of CGI-Executables and reference the stack as below, I get a server error. What am I doing wrong?


#!revolution

on startup
start using stack "/Pareto-CGI/Subject Registry.rev"
webTest
end startup

If I understand you correctly, you need to point to the folder above for the Rev executable.

#!../Revolution
on startup
  start using stack "Subject Registry.rev"
  webTest
end startup

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to