(111)Connection refused: proxy: HTTP: attempt to connect to
Hi after to update of apache 1.3.28 to apache 2.0.48, the apache cannot show ZMI neither the zope portal. In the file log errors of apache are registered the follow lines [Thu Oct 30 12:06:00 2003] [error] (111)Connection refused: proxy: HTTP: attempt to connect to 10.0.0.1:8080 (10.0.0.1) failed [Thu Oct 30 12:06:00 2003] [error] (111)Connection refused: proxy: HTTP: attempt to connect to 10.0.0.1:8080 (10.0.0.1) failed [Thu Oct 30 12:06:06 2003] [error] (111)Connection refused: proxy: HTTP: attempt to connect to 10.0.0.1:8080 (10.0.0.1) failed [Thu Oct 30 12:06:06 2003] [error] (111)Connection refused: proxy: HTTP: attempt to connect to 10.0.0.1:8080 (10.0.0.1) failed My apache virtual host config file <VirtualHost 10.0.0.1> ServerName w3.ing.uc.edu.ve ProxyPass / http://10.0.0.1:8080/VirtualHostBase/http/w3.ing.uc.edu.ve:80/ ingenieria/VirtualHostRoot/ ProxyPassReverse / http://10.0.0.1:8080/VirtualHostBase/http/ w3.ing.uc.edu.ve:80/ingenieria/VirtualHostRoot/ ErrorLog /var/log/httpd/w3-ing-error.log TransferLog /var/log/httpd/w3-ing-access.log ProxyVia on RewriteEngine on RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK) RewriteRule .* -[F] </VirtualHost> -- Alvaro Jesus Hernandez Arteaga alhernan@uc.edu.ve Linux Counter: 122569
Alvaro Jesus Hernandez Arteaga wrote at 2003-10-30 18:33 -0400:
after to update of apache 1.3.28 to apache 2.0.48, the apache cannot show ZMI neither the zope portal. In the file log errors of apache are registered the follow lines
[Thu Oct 30 12:06:00 2003] [error] (111)Connection refused: proxy: HTTP: attempt to connect to 10.0.0.1:8080 (10.0.0.1) failed
Are you sure, Zope is listening on 10.0.0.1:8080? The error message clearly claims: it is not... -- Dieter
participants (2)
-
Alvaro Jesus Hernandez Arteaga -
Dieter Maurer