Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
server/plugins-available/apache2_plugin.inc.php
@@ -1205,6 +1205,7 @@
       * TODO: Create form for fastcgi configs per site.
       */
      if ($data['new']['php'] == 'fast-cgi') {
         $fastcgi_starter_path = str_replace('[system_user]',$data['new']['system_user'],$fastcgi_config['fastcgi_starter_path']);
@@ -1289,6 +1290,8 @@
         }
      }
      
      /**
      * PHP-FPM
      */
@@ -1340,7 +1343,6 @@
       * first we create the script directory if not already created, then copy over the starter script.
       * TODO: we have to fetch the data from the server-settings.
       */
      if ($data['new']['php'] == 'cgi') {
         //$cgi_config = $app->getconf->get_server_config($conf['server_id'], 'cgi');