Welcome, Guest! Login | Create Account | Support Cart empty

Next Steps

Sugar Community Edition Documentation

Sugar Community Edition 5.1 Documentation

Sugar Community Edition Installation and Administration Guide

Version 5.1

Table of Contents Previous Next Index

Chapter 2  Administering Sugar : Advanced Configuration Options

If you are managing multiple instances of the Sugar application and you want to maintain complete control over the Sugar instances, you can lock down the Upgrade Wizard to ensure that no user with administrative privileges can upgrade any of them. To lock down functions on the Administration page
1.
Navigate to the config.php file in the Sugar root directory.
In order to ensure that users with administrative privileges do not load sub-standard modules into Sugar, you can lock down the Module Loader and direct them to load modules from a location of your choice.
1.
Navigate to the config.php file in the Sugar root directory.
If you are running Sugar on Linux platform, you can control ownership and accessibility to all Sugar files and folders by configuring default user and group permissions.
The following is an example of setting Read, Write, and Execute permissions for the Apache user and the Apache group on Centos operating system:
'dir_mode' => 02770,
'chown' => 'apache',
'chgrp' => 'apache',
),
For dir_mode, you may see a value of 1528, which is the decimal equivalent of the octal value 02770. For file_mode you may see a value of 432 which is the decimal equivalent of octal value 0660.

Table of Contents Previous Next Index

Copyright 2004-2008 SugarCRM Inc.
Product License

Add a comment

User Contributed Comments

No user comments found.

Close

New to sugarcrm.com?

Create new account

Already registered with sugarcrm.com?

Forgotten your password?