tbrehm
2011-02-22 bf47b513193e764bd8ae5d516389f8becfb061cc
Fixed: FS#1529 - wrong permission for link /var/www/clients/clientXX/webXX/log
1 files modified
3 ■■■■■ changed files
server/plugins-available/apache2_plugin.inc.php 3 ●●●●● patch | view | raw | blame | history
server/plugins-available/apache2_plugin.inc.php
@@ -491,6 +491,9 @@
            // make temp directory writable for the apache and website users
            $this->_exec("chmod 777 ".escapeshellcmd($data["new"]["document_root"]."/tmp"));
            // Set Log symlink to 755 to make the logs accessible by the FTP user
            $this->_exec("chmod 755 ".escapeshellcmd($data["new"]["document_root"])."/log");
            $command = 'usermod';
            $command .= ' --groups sshusers';