NGINX Caching

Olivier B. nginx.list at daevel.fr
Fri Apr 16 02:43:44 MSD 2010


Hi,

since version 0.7.48 NginX provide caching to : 
http://wiki.nginx.org/NginxHttpProxyModule#proxy_cache

Olivier

On 16/04/2010 00:32, cls wrote:
> Hello
>
> I'm looking for a web server to serve as a front end reverse proxy for a web application built on mod_perl  Currently I'm using apache and mod_proxy, but I'm not happy with mod_proxy's implementation because it doesn't provide me any high availability/failover for the backend nodes.
>
> I would like an server that can do the following things:
> 1) serve static assets for my pages (js/css/images/etc..)
> 2) proxy the page requests back to a mod_perl app layer for dynamic page generation
> 3) be "aware" of the health of the app layer nodes so as not to send requests to a node that is down
> 4) support SSL client connections
> 5) compress output to clients
> 6) support named virtual hosts
> 7) provide URL rewriting
> 8) runs on linux/centOS
> 9) and support caching of dynamically generated pages (provided they contain the correct cache headers)
>
>
> I'm not having much luch finding a sever that can peform all of these functions, but it looks like NGINX and lighthttpd are my closest bets.  NGINX seems like it will do everything except #9.  I can't find any information in the NGINX documentation that mentions the ability to support caching of pages to prevent full requests from going back to the app layer for every hit.  So... two questions
>
> 1) Am I missing something?  Does NGINX in fact support caching?
> 2) Is NGINX a good fit for my project give my other requirements?
>
> Thanks a lot for your responses.
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,75533,75533#msg-75533
>
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://nginx.org/mailman/listinfo/nginx
>    




More information about the nginx mailing list