How to Confirm working of Nginx Caching Proxy
Posted
by
Mark
on Server Fault
See other posts from Server Fault
or by Mark
Published on 2012-11-15T13:00:26Z
Indexed on
2012/11/15
17:03 UTC
Read the original article
Hit count: 290
I am having nginx on port 80 and apache on port 8080 on same server.
I have configured nginx such that it act as reverse proxy(i am not sure whether its working or not) using this tutorial http://tumblr.intranation.com/post/766288369/using-nginx-reverse-proxy.
steps i followed to verify proxy.
- opened same page on two different machines within an interval of 5 seconds.
but in the apache access.log every request is showing 200 response code.Does that indicate that caching is not working?
and nginx access.log is showing nothing.
© Server Fault or respective owner