tbrehm
2009-10-05 ca8191e9a87c74d6aa3e86cf73b464f7f74644fa
Fixed: FS#896 - Error.log of website must be accessible by ftp user
1 files modified
4 ■■■■ changed files
server/plugins-available/apache2_plugin.inc.php 4 ●●●● patch | view | raw | blame | history
server/plugins-available/apache2_plugin.inc.php
@@ -538,6 +538,10 @@
            $this->_exec("chmod 777 ".escapeshellcmd($data["new"]["document_root"]."/tmp"));
        }
        
        // Change the owner of the error log to the owner of the website
        if(!@is_file($data["new"]["document_root"]."/log/error.log")) exec('touch '.escapeshellcmd($data["new"]["document_root"])."/log/error.log");
        $this->_exec("chown $username:$groupname ".escapeshellcmd($data["new"]["document_root"])."/log/error.log");
        
        // Create the vhost config file
        $app->load('tpl');