LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Apache and proxy questions (https://www.linuxquestions.org/questions/linux-server-73/apache-and-proxy-questions-605269/)

hondo 12-07-2007 05:24 PM

Apache and proxy questions
 
Hi

I have a few questions.

1) Does modules used with/written for apache 1.3 work with apache 2.0 ?
2) Does modules for apache 2.0 work with apache 1.3 ?
3) What does it mean when something is proxied from a front-end server to a back-end server?

I appericiate all help :)

manitabh 12-22-2007 02:08 PM

Modules written for 1.3 will not work with 2.0 without modification

edenCC 12-25-2007 08:22 PM

1) Does modules used with/written for apache 1.3 work with apache 2.0 ?
>> no, you need to recompile these modules for apache-2.0.

2) Does modules for apache 2.0 work with apache 1.3 ?
>> for apache itself, the modules contained by 1.3 should also available for 2.0 and 2.2, for issues about the unknown modules, please mention us

3) What does it mean when something is proxied from a front-end server to a back-end server?
>> when you are using a proxy server between your customer and the REAL web server, the arch is mostly like this:
Code:

Customer Browser ----> Proxy Server(squid) ----> Real Servers(apache,IIS)
The proxy server has a local storage for the content from real servers. when proxy server find user requested content is locally available, he will not sent request to the backend real server. this is the cached content, can also call it proxied.

prasanta 12-27-2007 06:41 AM

Quote:

when proxy server find user requested content is locally available, he will not sent request to the backend real server. this is the cached
In short it is called accelerator mode. :-)

--
Prasanta


All times are GMT -5. The time now is 08:19 PM.