A
alex042
Guest
I've been working with a cgi script that should probably be creating new folders with standard 0755 permissions, but instead it's creating them with 0700 permissions. It looks like there is code in the script itself to create these as 0755, but the permissions don't end up that way when they're written. Is this suexec doing this or something else? Is there a way to get this to create these correctly so I don't have to manually fix these for every new folder? I just want these folders to be viewable from the website without requiring manual intervention. Any ideas?