Re: cgi-script problem
Phlip wrote:
KS wrote:
You need to put scripts in the "cgi-bin" directory.
And change its permissions to "executable" with chmod +w, or with some
remote tool.
Etc... ;-)
--
Phlip
http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!!!
I'm sure it was a typo, but executable is
chmod +x <filenames>
ed
.
Relevant Pages
- Re: File and Folder permissions..
... Do not set fixed permissions that may be wrong, use chmod g+w to add write access for the group. ... Backup,,, A cronjob that change ctime every hour will tag all files as candidates for incremental backup, only change the files that need to be changed. ... A file has one owner, and if someone need to change it, just make a copy and change the copy, so your wife now are the owner of her version. ... (alt.os.linux.suse) - Re: apache permission problem please help
... Ok as anyone reading this thread knows i have huge mess on hands. ... chmod -R 701 home ... mailclients but i moved one and had to modify the permissions all over ... >>apache was unable to use these files. ... (freebsd-questions) - Re: setting file permissions on a web server
... If permissions are kept intact you can ... you transfer first and chmod on the server. ... Since I'm running Windows, I assume that I can't run the chmod line on my own computer. ... My web server uses Unix, but is it possible for me to have access to a command line for the server? ... (comp.lang.python) - Re: Safe Mode & File Upload
... with permissions 0755 and I can create files with a Script owned by the ... SafeMode says, that the directory belongs to the PHP-Interpreter. ... I know that chmod() doesn't change the owner, ... (comp.lang.php) - Re: Lose execute privileges on owner files?
... I have a bash shell script that I chmod to 777. ... What are the permissions of the parent directory? ... alarm in some manner (send you mail, write to file - I'd have it include ... (comp.os.linux) |
|