Reverse Proxy with static content
Reverse Proxy with static content
am 14.01.2008 12:32:55 von Jane Parker
I read with interest the recent posting about Reverse Proxies and wondered
if it is possible to mix static and dynamic content.
If you have a lot of static content on your site it would make sense to keep
it outside the network, and only use the reverse proxy when making dynamic
data calls, but how could that actually work in practise? Is it possible to
mix it up like this?
Re: Reverse Proxy with static content
am 14.01.2008 14:15:53 von xyz_john
You could always just serve your dynamic content from another webserver. I
guess it depends on how cleanly you can speerate content from application.
Regards
John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
"Jane Parker" wrote in message
news:ODNJuEqVIHA.5508@TK2MSFTNGP04.phx.gbl...
>I read with interest the recent posting about Reverse Proxies and wondered
>if it is possible to mix static and dynamic content.
>
> If you have a lot of static content on your site it would make sense to
> keep it outside the network, and only use the reverse proxy when making
> dynamic data calls, but how could that actually work in practise? Is it
> possible to mix it up like this?
>
RE: Reverse Proxy with static content
am 14.01.2008 17:36:02 von brucebarker
a common approach is to have the reverse proxy cache the static content.
-- bruce (sqlwork.com)
"Jane Parker" wrote:
> I read with interest the recent posting about Reverse Proxies and wondered
> if it is possible to mix static and dynamic content.
>
> If you have a lot of static content on your site it would make sense to keep
> it outside the network, and only use the reverse proxy when making dynamic
> data calls, but how could that actually work in practise? Is it possible to
> mix it up like this?
>
>
>
Re: Reverse Proxy with static content
am 15.01.2008 19:21:37 von Jane Parker
What is the best reverse proxy technology? Can ISA do it all or is there
something better?
"bruce barker" wrote in message
news:7CA0C922-A370-45D3-AB6C-9DCC336F97CF@microsoft.com...
>a common approach is to have the reverse proxy cache the static content.
>
> -- bruce (sqlwork.com)
>
>
> "Jane Parker" wrote:
>
>> I read with interest the recent posting about Reverse Proxies and
>> wondered
>> if it is possible to mix static and dynamic content.
>>
>> If you have a lot of static content on your site it would make sense to
>> keep
>> it outside the network, and only use the reverse proxy when making
>> dynamic
>> data calls, but how could that actually work in practise? Is it possible
>> to
>> mix it up like this?
>>
>>
>>