Httpd mod proxy Installation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:


<pre>
<pre>
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
</pre>
</pre>


For a list of required modules and an explanation of how they work together, see "[[Httpd_mod_proxy_Concepts#mod_proxy_Modules_and_How_they_Work_Together|mod_proxy Modules and How they Work Together]]" section.
For a list of required modules and an explanation of how they work together, see "[[Httpd_mod_proxy_Concepts#mod_proxy_Modules_and_How_they_Work_Together|mod_proxy Modules and How they Work Together]]" section.

Revision as of 18:12, 8 December 2016

Internal

Overview

Load the Modules

LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so

For a list of required modules and an explanation of how they work together, see "mod_proxy Modules and How they Work Together" section.