Добрый день.
Есть Ubuntu 64. 12.10
На нем крутятся два tomcat 8443 8444. и Apache HTTP Server - в нем пытаюсь настроить Load Balancer.
Добавил файл
/etc/apache2/conf.d/proxy-balancer
<Proxy balancer://mycluster>
BalancerMember
http://google.ru BalancerMember
http://google.ru</Proxy>
ProxyPass /tmm balancer://mycluster
ProxyPassReverse /tmm balancer://mycluster
перезагрузить сервер.
при попытки обратиться по адресу localhost/tmm 500 error.
в логе такое.
[Mon Jul 08 08:47:16 2013] [notice] Apache/2.2.22 (Ubuntu) PHP/5.4.6-1ubuntu1.2 configured -- resuming normal operations
[Mon Jul 08 13:23:05 2013] [notice] caught SIGTERM, shutting down
[Mon Jul 08 13:23:59 2013] [notice] Apache/2.2.22 (Ubuntu) PHP/5.4.6-1ubuntu1.2 configured -- resuming normal operations
[Mon Jul 08 13:25:31 2013] [error] [client 127.0.0.1] File does not exist: /var/www/test
[Mon Jul 08 13:25:32 2013] [error] [client 127.0.0.1] File does not exist: /var/www/favicon.ico
[Mon Jul 08 13:26:34 2013] [error] [client 127.0.0.1] File does not exist: /var/www/favicon.ico
[Mon Jul 08 13:26:51 2013] [warn] proxy: No protocol handler was valid for the URL /tmm. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.
[Mon Jul 08 13:26:51 2013] [error] [client 127.0.0.1] File does not exist: /var/www/favicon.ico
Помогите настроить Load Balancer.
Cпасибо.
Пользователь решил продолжить мысль 08 Июля 2013, 14:24:21:
http://serendipity.ruwenzori.net/index.php/2006/12/24/proxy-no-protocol-handler-was-valid-for-the-urlВот тут решение.
Всем спасибо.