Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
File Permissions
We've just had to move our sites to a different host and are having problems with files such as conf/settings.php not being 'writeable'.
On our old server these files had their permissions set to 0644 but now Vanilla falls over unless these files are set to 0666.
Hope this makes sense to someone!
On our old server these files had their permissions set to 0644 but now Vanilla falls over unless these files are set to 0666.
- Does anyone know if setting a file permission to 0666 presents a security issue?
- Anyone have any idea why the new server might not allow php to write to files whose permissions are set to 0644?
Hope this makes sense to someone!
0
This discussion has been closed.
Comments
Just trying to sort this out with the tech people on our host server. Is there an issue with files being set to 0666?
This is an area that I'dont know a lot about
Do I need to ask them to create a user for php files and give that user ownership of php files?
chown www-data:www-data /path/to/conf/settings.php