• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

CGI script creating folders with wrong permissions?

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?
 
Back
Top