tbrehm
2008-12-07 93f15ebee6f7e026893008ec6797ed360bc2b071
Bugfix: created php session directory is not writable by apache
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
@@ -343,6 +343,9 @@
        // Chown and chmod the directories
        exec("chown -R $username:$groupname ".escapeshellcmd($data["new"]["document_root"]));
        
        // make temp direcory writable for the apache user and the website user
        exec("chmod 777 ".escapeshellcmd($data["new"]["document_root"]."/tmp"));
        
        // Create the vhost config file
        $app->load('tpl');