<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>Thanks for your reply.</div><div></div><br>&gt;&gt;No - we don't have plans for that.<br><div><span style="line-height: 1.7;">&gt;&gt;In fact, nginx only works as a reverse proxy in Kimchi. The web server is cherrypy.</span></div><div><br></div><div>&gt;&gt;&nbsp;<span style="line-height: 1.7;">Why would you want a different web server?</span></div><div><br></div><div>We hope to use the lighttpd works as&nbsp;<span style="line-height: 1.7;">reverse proxy.&nbsp;Because the nginx has to much</span><span style="line-height: 1.7;" class="">&nbsp;dependency packages&nbsp;about perl.</span></div><div>Now we package the kimchi into our customized operation system and hope the ISO is as small as possible.</div><br><div></div><div id="divNeteaseMailCard"></div><br>ÔÚ 2014-11-03 19:49:33£¬"Aline Manera" &lt;alinefm@linux.vnet.ibm.com&gt; Ð´µÀ£º<br> <blockquote id="isReplyContent" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
  
    
  
  
    <br>
    <div class="moz-cite-prefix">On 11/03/2014 06:42 AM, ssdxiao wrote:<br>
    </div>
    <blockquote cite="mid:33012117.d6f6.14974d22cc5.Coremail.ssdxiao@163.com" type="cite">
      <div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial">
        <div>Hi kimchier,</div>
        <div><br>
        </div>
        <div>I am happy to see the feature "upload volume" is supported
          in kimchi</div>
        <div>but I found the button is disabled£¬ is there any problem?</div>
        <div><span style="line-height: 1.7;"><br>
          </span></div>
      </div>
    </blockquote>
    <br>
    <pre>In the current code, the upload function is disabled as it does not 
work well with files larger than 500MB.
When trying to upload a file with 500MB the browser stops responding 
and after some time it crashes.
From a quick investigation, I identified it happens prior to send 
the data to server:

     var uploadFile = function() {
         var blobFile = $(localFileBox)[0].files[0];
         var fileName = blobFile.name;
         var fd = new FormData();
         fd.append('name', fileName);
         *fd.append('file', blobFile)*
         ....
     }

We need check if there is a way to solve it on UI by changing the 
data structure or how it is loaded or think about a solution involving 
backend.</pre>
    <br>
    <br>
    <br>
    <blockquote cite="mid:33012117.d6f6.14974d22cc5.Coremail.ssdxiao@163.com" type="cite">
      <div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial">
        <div><span style="line-height: 1.7;">Now kimchi only supports
            nginx by default now.</span></div>
        <div>Is there any plan to support other web server? For example:
          lighttpd, &nbsp;apache and so on.</div>
        <div><br>
        </div>
        <div><br>
        </div>
      </div>
    </blockquote>
    <br>
    No - we don't have plans for that.<br>
    In fact, nginx only works as a reverse proxy in Kimchi. The web
    server is cherrypy.<br>
    <br>
    Why would you want a different web server?</blockquote><blockquote id="isReplyContent" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br></blockquote><blockquote id="isReplyContent" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>
    <br><br><br>
    <blockquote cite="mid:33012117.d6f6.14974d22cc5.Coremail.ssdxiao@163.com" type="cite">
      <div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial">
        <div><br>
        </div>
        <div><br>
        </div>
      </div>
      <br>
      <br>
      <span title="neteasefooter"><span id="netease_mail_footer"></span></span>
    </blockquote>
    <br>
  

</blockquote></div><br><br><span title="neteasefooter"><span id="netease_mail_footer"></span></span>