Chapter 11: Tomcat and Apache HTTP Server LoadModule

Chapter 11: Tomcat and Apache HTTP Server LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_ajp_module modules/mod_proxy_ajp.so LoadModule proxy_balancer_module modules/mod_proxy_balancer.so After restarting the server, if you try httpd -D DUMP_MODULESagain, you should see the new modules loaded (highlighted in the following): C:>httpd -D DUMP_MODULES Loaded Modules: core_module (static) win32_module (static) mpm_winnt_module (static) http_module (static) so_module (static) actions_module (shared) alias_module (shared) asis_module (shared) auth_basic_module (shared) authn_default_module (shared) authn_file_module (shared) authz_default_module (shared) authz_groupfile_module (shared) authz_host_module (shared) authz_user_module (shared) autoindex_module (shared) cgi_module (shared) dir_module (shared) env_module (shared) imagemap_module (shared) include_module (shared) isapi_module (shared) log_config_module (shared) mime_module (shared) proxy_module (shared) proxy_ajp_module (shared) proxy_balancer_module (shared) negotiation_module (shared) setenvif_module (shared) userdir_module (shared) Syntax OK Configuring mod_proxy To tell mod_proxy to forward requests for certain URI to the Tomcat server, you need to add the following segment to the httpd.conffile. This should be placed in the main section of the configuration, but can also be placed within your Apache Web server virtual host definitions. ProxyRequests Off ProxyPreserveHost On Order deny,allow Allow from all (continued)

If you looking for unlimited one inclusive web hosting plan please check cheap web hosting website.

Comments are closed.