Marius Burkard
2016-02-09 88ada4468829a87a4dd0ea706d422c3efcd279c5
install/lib/installer_base.lib.php
@@ -2075,6 +2075,10 @@
         }
         $content = str_replace('{use_tcp}', $use_tcp, $content);
         $content = str_replace('{use_socket}', $use_socket, $content);
         // SSL in apps vhost is off by default. Might change later.
         $content = str_replace('{ssl_on}', 'off', $content);
         $content = str_replace('{ssl_comment}', '#', $content);
         wf($vhost_conf_dir.'/apps.vhost', $content);