Contained WithinFind More DocumentationFeatured Support Resources | Download this book in PDF (1536 KB)
Modifications Made by the Load Balancer Plug-in InstallerThe load balancer plug-in installation program extracts the necessary files to the modules directory in the web server’s root directory: It adds the following entries to the web server instance’s httpd.conf file: ##BEGIN EE LB Plugin Parameters LoadModule apachelbplugin_module modules/mod_loadbalancer.so #AddModule mod_apache2lbplugin.cpp <IfModule mod_apache2lbplugin.cpp> config-file webserver-instance/httpd/conf/loadbalancer.xml locale en </IfModule> <VirtualHost machine-ip-address DocumentRoot "webserver-instance/httpd/htdocs" ServerName server-name </VirtualHost> ##END EE LB Plugin Parameters |