Hello, tell me please if IIS includes analoge nginx? Is there anything similar from Microsoft? What is usually used for IIS which include nginx. Thank for your prompt answer.
If I get you correctly, analog and nginx are just log parsers, you can download it separately and parse the IIS log.
These are not included in the IIS installation package.
I have try analog, deepmatrix, webmatrix long ago, these are more for presentation, trending, etc.
Now, I mostly use log parser from MS, no fancy report/etc, just pure parsing to get what I need, say top 10 request that took more than 20sec to process/etc.
The web-server, without nginx handles as asp-net applications, php-scripts, and
also return a files. If instal nginx, that function on return of files he(nginx) incurs(nginx give a file by request, but not a web-server). Is there a similar functionality in IIS or from Microsoft?
Konstantin__...
2 Posts
IIS and nginx
Apr 11, 2012 01:25 PM|LINK
qbernard
5016 Posts
MVP
Moderator
Re: IIS and nginx
Apr 12, 2012 06:14 AM|LINK
If I get you correctly, analog and nginx are just log parsers, you can download it separately and parse the IIS log.
These are not included in the IIS installation package.
I have try analog, deepmatrix, webmatrix long ago, these are more for presentation, trending, etc.
Now, I mostly use log parser from MS, no fancy report/etc, just pure parsing to get what I need, say top 10 request that took more than 20sec to process/etc.
Bernard Cheah
lextm
4503 Posts
Re: IIS and nginx
Apr 12, 2012 07:51 AM|LINK
Both IIS and nginx are web servers who support HTTP stack. So what specific features are you looking for?
http://lextm.com
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
Konstantin__...
2 Posts
Re: IIS and nginx
Apr 13, 2012 07:12 AM|LINK
1. I thank for your attention to a theme!
2. Excuse me for my English.
3. I had in view of the following:
The web-server, without nginx handles as asp-net applications, php-scripts, and also return a files. If instal nginx, that function on return of files he(nginx) incurs(nginx give a file by request, but not a web-server). Is there a similar functionality in IIS or from Microsoft?
lextm
4503 Posts
Re: IIS and nginx
Apr 14, 2012 02:13 AM|LINK
Well, then you might spend some time on expressing your opinions more clearly. At least, this is an English centric forum.
I guess you were referring to nginx reverse proxy feature, http://wiki.nginx.org/Main
IIS can be set up as reverse proxy, too,
http://blogs.msdn.com/b/carlosag/archive/2010/04/02/setting-up-a-reverse-proxy-using-iis-url-rewrite-and-arr.aspx
http://lextm.com
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.