| Article: |
Apache Web-Serving with Mac OS X: Part 2 | |
| Subject: | Permissions Trouble | |
| Date: | 2003-05-11 21:10:33 | |
| From: | anonymous2 | |
|
I just tried following this command line input:
|
||
Showing messages 1 through 2 of 2.
-
Found the Answer
2003-05-12 12:09:48 anonymous2 [View]
-
Permissions Trouble
2003-05-11 23:25:44 anonymous2 [View]
Hey me too! How can I put a cgi-bin file in one of the web sites I am working on in my "Sites" folder?
I can't even get permission to work on the file because it says
chmod: test-cgi: Operation not permitted
Help!
So how do I fix this?
and how do I do something more complex like setting up /~user/Sites/www.website.com/cgi-bin even if it is just for my own testing purposes and I'm not serving to the web?



chmod 755 (whatever file)
is
sudo chmod 755 (whatever file)
I don't really know what sudo is, but it seems like a progam that allows users to operate with root-like permissions for 5 minutes at a time, thus you can use sudo followed by any command every five minutes to keep it going. If anyone knows more about why this is necessary and what is really going on, please post. Thanks and good luck.