Marius Cramer
2013-11-14 7fe908c50c8dbc5cc05f571dbe11d66141caacd4
server/plugins-available/apache2_plugin.inc.php
@@ -1116,6 +1116,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']);
@@ -1200,6 +1201,8 @@
         }
      }
      
      /**
      * PHP-FPM
      */
@@ -1251,7 +1254,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');