Quote:
Originally Posted by Volcano
well, I too copied the example from there really.
Anyway, are you trying to say they are differed only by directives ? rests are same.
I dont think so. I guess they have different functionality.I just dont understand how they are different from functional point of view.
|
Of course they have a different functionality. A forward proxy is used to connect a client to a webserver, in cases the client does not have direct internet access, or if to cache content for speeding things up and so on.
A reverse proxy is used to connect to a server that is not directly accessible from the net.
For a better explanation, have a look at
wikipedia
Regards