<p dir="ltr"><br>
On Mar 11, 2017 9:04 PM, "Igal @ Lucee.org" <<a href="mailto:igal@lucee.org">igal@lucee.org</a>> wrote:<br>
><br>
> Ran,<br>
><br>
> You would probably want to use an Application Server behind the Web Server (nginx).  Then you would use the nginx to proxy the request to the application server, where you can write code in the language that the application server supports (for example, I use Lucee as an application server, but many people use PHP or JSP or a bunch of other technologies).<br>
><br>
> In the application server you can do whatever you want with the request, e.g. read request parameters and build an XML document on the fly, and send it back to nginx which will send it back to the client.</p>
<p dir="ltr">Hi, <br>
In case we just want to save xml file(like a binary file) and later read it, Is there any need for application in server or is it only nginx server required for such reuirement?<br>
Thank you,<br>
Ran</p>
<p dir="ltr">><br>
> nginx is a web server, similar in function to apache httpd or IIS, but much better in my opinion (and in the opinion of most users on this list, I would think), but if you want to serve dynamic content then you should have an application server behind it.<br>
><br>
> HTH,<br>
><br>
> Igal Sapir <br>
> Lucee Core Developer <br>
> Lucee.org<br>
><br>
> On 3/10/2017 11:07 PM, Ran Shalit wrote:<br>
>><br>
>> On Sat, Mar 11, 2017 at 12:19 AM, Jeff Dyke <<a href="mailto:jeff.dyke@gmail.com">jeff.dyke@gmail.com</a>> wrote:<br>
>>><br>
>>> what do you want it to do? if you're talking nginx without any application<br>
>>> backend you could do a lot with some lua locations, or you're going to pass<br>
>>> that request to another process, or serve a static (xml) file from the file<br>
>>> system.<br>
>><br>
>> Hi Jeff,<br>
>><br>
>> Thank you very much.<br>
>> I have requirement that application should "support webserver which<br>
>> includes xml and save xml file to filesystem"<br>
>> Does it mean that it actually should " serve a static (xml) file from<br>
>> the file" (the second option you mentioned).<br>
>> If yes - can you give some hints about it or where to read further about it ?<br>
>><br>
>> Does it mean it just save and retrieve file parsing it to other<br>
>> commands ? (I have read somewhere that uploading a file parse the<br>
>> file, so I am a bit confused here)<br>
>><br>
>> I am new with nginx, still learning it.<br>
>><br>
>> Many thanks,<br>
>> Ran<br>
>><br>
>> Nginx does support XML just fine, its all a matter of what you want<br>
>>><br>
>>> your application to do.<br>
>>><br>
>>> On Fri, Mar 10, 2017 at 12:01 PM, Ran Shalit <<a href="mailto:ranshalit@gmail.com">ranshalit@gmail.com</a>> wrote:<br>
>>>><br>
>>>> Hello,<br>
>>>><br>
>>>> I am new with web servers and nginx.<br>
>>>> I would like to ask if nginx support xml , and what does it mean to<br>
>>>> upload xml to web server ?<br>
>>>> Does it just keep the xml as file in some directory , or does it do<br>
>>>> parse the xml file and do some actions ?<br>
>>>><br>
>>>> Thank you,<br>
>>>> Ran<br>
>>>> _______________________________________________<br>
>>>> nginx mailing list<br>
>>>> <a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
>>>> <a href="http://mailman.nginx.org/mailman/listinfo/nginx">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
>>><br>
>>><br>
>>><br>
>>> _______________________________________________<br>
>>> nginx mailing list<br>
>>> <a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
>>> <a href="http://mailman.nginx.org/mailman/listinfo/nginx">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
>><br>
>> _______________________________________________<br>
>> nginx mailing list<br>
>> <a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
>> <a href="http://mailman.nginx.org/mailman/listinfo/nginx">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
><br>
><br>
><br>
> _______________________________________________<br>
> nginx mailing list<br>
> <a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
> <a href="http://mailman.nginx.org/mailman/listinfo/nginx">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</p>