At 08:28 AM 7/18/2002 -0700, Maureen E Fischer wrote:
>Thank you Bob,
>     This works for me.  One further question.  I thought I read somewhere
>that you should
>not put full paths in a CGI program for security reasons.  Should that be a
>consideration?
>Maureen

For security, you should put full paths.

if you called 'blah.cgi', someone could create blah.cgi, their blah.cgi 
could get called instead of your blah.cgi    by 
specifying  /usr/local/bin/blah.cgi  it clearly defines which blah.cgi 
would get called.

Roger



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to