Hi,
Has anyone investigated using Nginx as a edge and parent server interfacing with an Apache Origin Server? What I want to do is to use have the edge server deliver content to the client. If the content is not cached, the edge server goes to the parent server to get the content and start to deliver it to the client. If the parent server does not have the content, it goes to the oriign server. However, in this case the edge and parent are Nginx and the origin an Apache.
If all were Apache based, then no problems.
Thanks
Ken