J jet1972 Verified User Joined Jul 8, 2011 Messages 200 Apr 2, 2019 #1 After updating Roundcube I got this: File "/var/www/html/roundcubemail-1.3.9/index.php" is writeable by group suPHP 0.7.2 With earlier Roundcube updates I have not had this issue. How to fix it? Kind regards, Jan Last edited: Apr 2, 2019
After updating Roundcube I got this: File "/var/www/html/roundcubemail-1.3.9/index.php" is writeable by group suPHP 0.7.2 With earlier Roundcube updates I have not had this issue. How to fix it? Kind regards, Jan
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,514 Location www.poralix.com Apr 3, 2019 #2 Hello, This is one-time fix: Code: find /var/www/html/roundcube*/ -exec chmod -v og-w {} \; Critical for suPHP, as it drops an error: Internal Server Error File "/var/www/html/roundcubemail-1.3.9/index.php" is writeable by group suPHP 0.7.2 p.s. Directadmin developers should add it into custombuild.
Hello, This is one-time fix: Code: find /var/www/html/roundcube*/ -exec chmod -v og-w {} \; Critical for suPHP, as it drops an error: Internal Server Error File "/var/www/html/roundcubemail-1.3.9/index.php" is writeable by group suPHP 0.7.2 p.s. Directadmin developers should add it into custombuild.