> 
> Hi Cameron,
> 
> I'm trying your advice.
> 
> I must put the shells into cgi-bin directory or is not important.

DON'T put a shell or perl in the cgi-bin directory. This would
be very dangerous.

DO put the full path to the desired shell (or perl) on the first line
of a script, immediately after the two characters "#!".

DO make the files executable with chmod: e.g: chmod 755 filename"
or "chmod a+x filename"

(If you make CGIs owned/readable by a group the web server runs as
you can make permissions more restrictive.)

--
    Albert Lunde          [EMAIL PROTECTED] (new address)
                          [EMAIL PROTECTED] (old address)



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to