<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<div class="moz-cite-prefix">On 11/04/2014 10:34 AM, ssdxiao wrote:<br>
</div>
<blockquote
cite="mid:3d95a475.23825.1497accfa13.Coremail.ssdxiao@163.com"
type="cite">
<div
style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial">
<div>Thanks for your reply.</div>
<br>
>>No - we don't have plans for that.<br>
<div><span style="line-height: 1.7;">>>In fact, nginx only
works as a reverse proxy in Kimchi. The web server is
cherrypy.</span></div>
<div><br>
</div>
<div>>> <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 <span
style="line-height: 1.7;">reverse proxy. Because the nginx
has to much</span><span style="line-height: 1.7;" class=""> dependency
packages 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>
</blockquote>
<br>
Feel free to send patches to do that change.<br>
IMO you can send a patch to replace nginx by lighttpd if the latter
provide the same configuration we have on nginx.<br>
<br>
<blockquote
cite="mid:3d95a475.23825.1497accfa13.Coremail.ssdxiao@163.com"
type="cite">
<div
style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><br>
在 2014-11-03 19:49:33,"Aline Manera"
<a class="moz-txt-link-rfc2396E" href="mailto:alinefm@linux.vnet.ibm.com"><alinefm@linux.vnet.ibm.com></a> 写道:<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, 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>
</blockquote>
<br>
</body>
</html>