• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

    • ⚠️ Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • ✅ Confirm that the server meets the System Requirements
    • 🔥 Check for any available Hotfix - your issue could be already reported/fixed
    • 📚 Read documentation - It will be required to Debug and understand Errors for a faster support response

Security and CHMOD question

jimsweb

Chevereto Member
Hi as part of setting up the script i have made the CHMOD to 777 to following folders.

/content, /images and app/content/languages/cache

What's the actual CHMOD i should be giving to these folder considering security?

Also,

What all are the measures i need to take care to protect my installation - i.e. is there a FAQ for common pitfalls to avoid?


thanks in advance.
 
CHMOD 777 is something that is not longer user and is highly encouraged that no one use that anymore. Modern PHP setups rely on web server permissions+group ownership to avoid that CHMOD stuff. You can read more about it here: https://chevereto.com/docs/requirements
 
Back
Top