Apache2 Proxy

Galera na minha maquina possuo um JBoss com 2 instancias, uma das instancias esta na porta 8080 e outra instancia em um ip diferente 192.168.120:8999

Instalei o apache2 e ele fica escutando a porta 80, configurei que qualquer pedido de endereço que tenha /homolog seja redirecionado para o 192.168.120:8999

Tudo funcionando legal, então tenho 2 ambientes um de produção outro de homologação.

Mas agora que estou aumentando o numero de acessos comecei a notar que as conexões para homologação estão muito lentas e em alguns casos nem é completada, já no de produção tudo ok sem problemas, o que muda entre um e outro é apenas o apache, enquanto produção tem acesso direto pela porta 8080, o de homologação somente pelo apache2.

Olhando os logs do apache encontrei os seguintes erros.

[Tue Aug 24 13:17:04 2010] [error] [client 216.194.128.68] (70014)End of file found: proxy: error reading status line from remote server 192.168.1.120
[Tue Aug 24 13:17:04 2010] [error] [client 216.194.128.68] proxy: Error reading from remote server returned by /homolog
[Tue Aug 24 13:17:42 2010] [error] [client 216.194.128.68] (70014)End of file found: proxy: error reading status line from remote server 192.168.1.120
[Tue Aug 24 13:17:42 2010] [error] [client 216.194.128.68] proxy: Error reading from remote server returned by /homolog
[Tue Aug 24 13:17:42 2010] [error] [client 216.194.128.68] (70014)End of file found: proxy: error reading status line from remote server 192.168.1.120
[Tue Aug 24 13:17:42 2010] [error] [client 216.194.128.68] proxy: Error reading from remote server returned by /homolog
[Tue Aug 24 13:17:52 2010] [error] [client 216.194.128.68] (70014)End of file found: proxy: error reading status line from remote server 192.168.1.120
[Tue Aug 24 13:17:52 2010] [error] [client 216.194.128.68] proxy: Error reading from remote server returned by /homolog
[Tue Aug 24 13:18:07 2010] [error] [client 216.194.128.68] (70014)End of file found: proxy: error reading status line from remote server 192.168.1.120
[Tue Aug 24 13:18:07 2010] [error] [client 216.194.128.68] proxy: Error reading from remote server returned by /homolog
[Tue Aug 24 13:18:09 2010] [error] [client 216.194.128.68] (70014)End of file found: proxy: error reading status line from remote server 192.168.1.120
[Tue Aug 24 13:18:09 2010] [error] [client 216.194.128.68] proxy: Error reading from remote server returned by /homolog
[Tue Aug 24 13:18:16 2010] [error] [client 216.194.128.68] (70014)End of file found: proxy: error reading status line from remote server 192.168.1.120
[Tue Aug 24 13:18:16 2010] [error] [client 216.194.128.68] proxy: Error reading from remote server returned by /homolog
[Tue Aug 24 13:18:21 2010] [error] [client 216.194.128.68] (70014)End of file found: proxy: error reading status line from remote server 192.168.1.120
[Tue Aug 24 13:18:21 2010] [error] [client 216.194.128.68] proxy: Error reading from remote server returned by/homolog
[Tue Aug 24 13:18:24 2010] [error] [client 216.194.128.68] (70014)End of file found: proxy: error reading status line from remote server 192.168.1.120
[Tue Aug 24 13:18:24 2010] [error] [client 216.194.128.68] proxy: Error reading from remote server returned by /homolog
[Tue Aug 24 13:18:34 2010] [error] [client 216.194.128.68] (70014)End of file found: proxy: error reading status line from remote server 192.168.1.120
[Tue Aug 24 13:18:34 2010] [error] [client 216.194.128.68] proxy: Error reading from remote server returned by /homolog
[Tue Aug 24 13:19:12 2010] [error] [client 216.194.128.68] (70014)End of file found: proxy: error reading status line from remote server 192.168.1.120
[Tue Aug 24 13:19:12 2010] [error] [client 216.194.128.68] proxy: Error reading from remote server returned by /homolog
[Tue Aug 24 13:19:46 2010] [error] [client 216.194.128.68] (70014)End of file found: proxy: error reading status line from remote server 192.168.1.120
[Tue Aug 24 13:19:46 2010] [error] [client 216.194.128.68] proxy: Error reading from remote server returned by /homolog
[Tue Aug 24 13:20:02 2010] [error] [client 216.194.128.68] request failed: error reading the headers
[Tue Aug 24 13:20:07 2010] [error] [client 216.194.128.68] request failed: error reading the headers
[Tue Aug 24 13:20:18 2010] [error] [client 216.194.128.68] request failed: error reading the headers
[Tue Aug 24 13:20:26 2010] [error] [client 216.194.128.68] (70014)End of file found: proxy: error reading status line from remote server 192.168.1.120
[Tue Aug 24 13:20:26 2010] [error] [client 216.194.128.68] proxy: Error reading from remote server returned by /homolog
[Tue Aug 24 13:20:42 2010] [error] [client 216.194.128.68] request failed: error reading the headers

Creio que o apache está interfirindo nas transmissoes de homologação, alguem sabe me dizer como resolver este problema?

Obrigado!