is there a good way to set privileges for files that post data to a cgi, such that those files are the only ones allowed to post to the designated cgi file?
i know you could check the ENV{'HTTP_REFERER'} environmental variable to see which file requested the cgi, but is there another way, maybe...