Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is the httpd-accelerator mode?

0
10 Posted

What is the httpd-accelerator mode?

0

Occasionally people have trouble understanding accelerators and proxy caches, usually resulting from mixed up interpretations of “incoming” and “outgoing.” I think in terms of requests; i.e. an outgoing request is from the local site out to the big bad Internet; the data received in reply is incoming, of course. Others think in which is the opposite sense of “a request for incoming data,” An accelerator caches incoming requests for outgoing data, i.e. that which you publish to the world. It takes load away from your HTTP server and internal network. You move the server away from port 80 (or whatever your published port is), and substitute the accelerator, which then pulls the the HTTP data from the “real” HTTP server (only the accelerator needs to know where the real server is). The outside world sees no difference (apart from an increase in speed, with luck).

0

This entry has been moved to 20.1 (a di erent section).

0
10

Occasionally people have trouble understanding accelerators and proxy caches, usually resulting from mixed up interpretations of “incoming” and “outgoing” data. I think in terms of requests (i.e., an outgoing request is from the local site out to the big bad Internet). The data received in reply is incoming, of course. Others think in the opposite sense of “a request for incoming data”. An accelerator caches incoming requests for outgoing data (i.e., that which you publish to the world). It takes load away from your HTTP server and internal network. You move the server away from port 80 (or whatever your published port is), and substitute the accelerator, which then pulls the HTTP data from the “real” HTTP server (only the accelerator needs to know where the real server is). The outside world sees no difference (apart from an increase in speed, with luck). Quite apart from taking the load of a site’s normal web server, accelerators can also sit outside firewalls or other network bot

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.