[Zope] (111)Connection refused: proxy: HTTP: attempt to connect to

Alvaro Jesus Hernandez Arteaga alhernan at uc.edu.ve
Thu Oct 30 17:33:18 EST 2003


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 at uc.edu.ve
Linux Counter: 122569




More information about the Zope mailing list