How can configure Links to run the scripts as myself and not the web server (www or nobody)? I want to have permissions to the files and directories. Thanks.
Feb 13, 1999, 12:39 PM
User (159 posts)
Feb 13, 1999, 12:39 PM
Post #2 of 6
Views: 2681
I don't understand your question.
Please rephrase.
Thanks,
John
------------------
www.yahoosuck.com - it really does!
jmurphy@yahoosuck.com
Please rephrase.
Thanks,
John
------------------
www.yahoosuck.com - it really does!
jmurphy@yahoosuck.com
Feb 13, 1999, 3:12 PM
User (109 posts)
Feb 13, 1999, 3:12 PM
Post #4 of 6
Views: 2681
The pages and directories created by Links are created by user 'nobody' because Links (the server) is the one creating the pages and directories. If you were to manually make the directory or upload the file, then you would be the owner. This is just the way that Unix/Linux works.
If you do need a way to delete the files and directories, there are two things you can do to delete them. Mark has a wipeout script that will kill the directories that are made by Links. I've also found that the freeware file manager Genesis ( http://www.xav.com/scripts/genesis/ ) will delete directories that are owned by nobody. I haven't tried Alex's file manager, but I'm sure it can probably delete the user 'nobody' directories too.
If you do need a way to delete the files and directories, there are two things you can do to delete them. Mark has a wipeout script that will kill the directories that are made by Links. I've also found that the freeware file manager Genesis ( http://www.xav.com/scripts/genesis/ ) will delete directories that are owned by nobody. I haven't tried Alex's file manager, but I'm sure it can probably delete the user 'nobody' directories too.
Feb 14, 1999, 5:57 AM
User (109 posts)
Feb 14, 1999, 5:57 AM
Post #6 of 6
Views: 2682
From past experience, I would recommend against a CGI Wrapper of any type. Before CGI was so freely available on remote servers (when everybody was scared of rogue programmers on the internet), many ISP's that I dealt with forced users to go through CGI Wrappers. The hassle associated with wrappers just isn't worth it. If an ISP is willing to let you have full CGI access, don't ruin it. In the long run, it is easier to get a script that can wipe out files from the web even if it is a little more work.