Till Brehm
2014-02-02 7c37edb292f19820b358be6ac4e39378e004e3b1
Changed mode of web folder from 0710 to 0711 to make it comaptibe with servers that use NFS for /var/www.
2 files modified
4 ■■■■ changed files
server/plugins-available/apache2_plugin.inc.php 2 ●●● patch | view | raw | blame | history
server/plugins-available/nginx_plugin.inc.php 2 ●●● patch | view | raw | blame | history
server/plugins-available/apache2_plugin.inc.php
@@ -689,7 +689,7 @@
            if($web_config['security_level'] == 20) {
                $app->system->chmod($data['new']['document_root'], 0755);
                $app->system->chmod($data['new']['document_root'].'/web', 0710);
                $app->system->chmod($data['new']['document_root'].'/web', 0711);
                $app->system->chmod($data['new']['document_root'].'/webdav', 0710);
                $app->system->chmod($data['new']['document_root'].'/private', 0710);
                $app->system->chmod($data['new']['document_root'].'/ssl', 0755);
server/plugins-available/nginx_plugin.inc.php
@@ -693,7 +693,7 @@
            if($web_config['security_level'] == 20) {
                $app->system->chmod($data['new']['document_root'], 0755);
                $app->system->chmod($data['new']['document_root'].'/web', 0710);
                $app->system->chmod($data['new']['document_root'].'/web', 0711);
                //$app->system->chmod($data['new']['document_root'].'/webdav',0710);
                $app->system->chmod($data['new']['document_root'].'/private', 0710);
                $app->system->chmod($data['new']['document_root'].'/ssl', 0755);