• I’m trying to install photostack (https://photostack.org/) but I can’t get it working (binarybonsai.com/photos). I’m thinking it has something to do with CHMOD’ing of folders and files, which it seems that I can’t do on my server.
    So now what? How do I get around that, can I? Am I missing something?

Viewing 4 replies - 1 through 4 (of 4 total)
  • All it really means is you have to make it so your web server can write to the files. So give those files as liberal file permissions as you can and that should help.

    Thread Starter Michael Heilemann

    (@michael)

    *coughwhilewhispering* How do I do that on IIS?

    Hey, now. IIS isn’t *that* bad.
    chmod just affects the permissions of the folder/file in question. I’m assuming you’re using a variant of Win2K; XP should be similar, and if you’re using something earlier, I can try and find a server and let you know.
    To translate, the three-digit chmod code defines the permissions. 7 is full permission (read/write/execute), 5 is read/execute, 6 is read/write, and I can’t remember the rest. In order, the digits are (I believe) owner, group, and everybody else. So, 755 means that the owner can do anything, and members of the owner’s group, along with everybody else, can read and execute the file but not write to it.
    I can’t remember if there’s a way through the IIS admin console to set folder permissions. From the file system, you should be able to right-click on the folder/file and look at the properties. Under Security (or Permissions, or the like) you’ll see the different settings. Open it up as you like.
    Also, IIS runs as a particular user that I can’t remember – begins with IUSR or I_USR or the like. Look at the users and groups defined on your system (control panel, administrative tools, users & groups) and see who’s defined.
    Hope that helps!

    Thread Starter Michael Heilemann

    (@michael)

    Well the problem is that I don’t have hands-on access to the server. I only have access through bulletproof FTP… ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘OT: CHMOD 0777… But I can’t, so now what?’ is closed to new replies.