Httpd mod proxy ajp Compilation: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * mod_proxy Concepts") |
No edit summary |
||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Httpd_mod_proxy_Concepts# | * [[Httpd_mod_proxy_Concepts#mod_proxy_Compilation|mod_proxy Concepts]] | ||
* [[Httpd_RHEL_Compilation#Various_Module_Configuration_Requirements|httpd Compilation]] | |||
=Compilation with httpd= | |||
Configuration to compile mod_proxy when httpd is compiled from scratch: | |||
<pre> | |||
</pre> | |||
=Compilation for an Already Installed httpd Instance= | |||
In order to compile and install on an already installed httpd instance: | |||
* Check out/download the corresponding source tree. | |||
* Locate the httpd instance you want to install the module into. Assuming that is located at ${APACHE_HOME}: | |||
<pre> | |||
</pre> |
Revision as of 23:38, 1 January 2017
Internal
Compilation with httpd
Configuration to compile mod_proxy when httpd is compiled from scratch:
Compilation for an Already Installed httpd Instance
In order to compile and install on an already installed httpd instance:
- Check out/download the corresponding source tree.
- Locate the httpd instance you want to install the module into. Assuming that is located at ${APACHE_HOME}: