jwarnier
2010-09-03 be76b0bc27bc6e9478b8be1277a46484c0fc7ab1
server/plugins-available/apache2_plugin.inc.php
@@ -489,7 +489,7 @@
         $this->_exec("chmod 751 ".escapeshellcmd($data["new"]["document_root"])."/*");
         $this->_exec("chmod 710 ".escapeshellcmd($data["new"]["document_root"]."/web"));
         // make temp direcory writable for the apache user and the website user
         // make temp directory writable for the apache and website users
         $this->_exec("chmod 777 ".escapeshellcmd($data["new"]["document_root"]."/tmp"));
         $command = 'usermod';
@@ -534,7 +534,7 @@
         $this->_exec("chmod 755 ".escapeshellcmd($data["new"]["document_root"]."/*"));
         $this->_exec("chown root:root ".escapeshellcmd($data["new"]["document_root"]."/"));
         // make temp direcory writable for the apache user and the website user
         // make temp directory writable for the apache and website users
         $this->_exec("chmod 777 ".escapeshellcmd($data["new"]["document_root"]."/tmp"));
      }
@@ -1325,4 +1325,4 @@
} // end class
?>
?>