CGI Scripting
What permissions do I set CGI scripts to, and how do I set them?
To make a script work then you must make the script executable, you do this by setting the permissions on the script. A cgi script should be given the following permissions.
755 or owner=read/write/execute, group=read/execute, world=read/execute
<< Back
|