Home : Products : Links 2.0 : Installation -- Unix :

Products: Links 2.0: Installation -- Unix: Re: [nonos3] cgi functions won't work: Edit Log

Here is the list of edits for this post
Re: [nonos3] cgi functions won't work
Try running the following script:

#!/usr/bin/perl

print "Content-type: text/html\n\n";
print $ENV{PATH_TRANSLATED};

It will tell you the full path.

Last edited by:

RedRum: Oct 2, 2001, 9:27 AM

Edit Log: