Directory Permission Checks
Moderators: Developers, Moderators
Directory Permission Checks
close
Last edited by minhnh on Wed Dec 20, 2017 4:00 am, edited 1 time in total.
Re: Directory Permission Checks
You need to ensure that those directories are either writable by everyone (not advised) or writable by the user/group that the website is running underneath. For Unix, this means the user that apache is serving the website as. For example, on ubuntu this would be:
Code: Select all
chown www-data:www-data <directory>
chmod 775 <directory>
Cacti Developer & Release Manager
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
Re: Directory Permission Checks
Hi
Thank you, i can solve that
best regard.
Minh
Thank you, i can solve that
best regard.
Minh
Who is online
Users browsing this forum: No registered users and 2 guests