Koozali.org: home of the SME Server
		Other Languages => Français => Topic started by: onsy on February 11, 2004, 11:45:43 AM
		
			
			- 
				Bonjour,
 Suite à une install de moregroupware, j'ai un gros souci : l'accès au server-manager ne m'est plus possible. J'ai le message suivant :
 Proxy Error
 The proxy server received an invalid response from an upstream server.
 
 The proxy server could not handle the request GET /server-manager.
 
 Reason: Could not connect to remote machine: Connection refused
 
 J'ai regardé la conf de squid : elle me semble normale :
 
 acl all src 0.0.0.0/0.0.0.0
 acl manager proto cache_object
 acl localsrc src 127.0.0.1 192.33.160.0/255.255.255.0 192.33.160.0/255.255.255.0
 acl localdst dst 127.0.0.1 192.33.160.0/255.255.255.0 192.33.160.0/255.255.255.0
 acl SSL_ports port 443 563
 acl Safe_ports port 21 70 80 81 119 210 443 563 980 1024-65535
 acl CONNECT method CONNECT
 acl webdav method PROPFIND TRACE PURGE PROPPATCH MKCOL COPY MOVE LOCK UNLOCK
 append_domain .agi-net.fr
 cache_mgr admin@agi-net.fr
 ftp_user nobody@agi-net.fr
 http_access allow manager localsrc
 http_access deny manager
 http_access deny !Safe_ports
 http_access deny CONNECT !SSL_ports
 http_access allow localsrc
 http_access deny all
 
 httpd_accel_host virtual
 httpd_accel_with_proxy on
 httpd_accel_uses_host_header on
 icp_access allow all
 miss_access allow all
 
 store_avg_object_size 3 KB
 always_direct allow webdav
 always_direct allow all
 
 
 
 J'ai çà comme erreur apache : [error] [client 192.33.160.247] (111)Connection refused: proxy connect to 127.0.0.1 port 980 failed 
 
 Quelqu'un a une idée ou a déjà rencontré ce pbl ?
- 
				Salut,
 
 Plus bizarre comme erreur.
 Vérifie un peu voir si httpd-admin est toujours lancé??
 
 service httpd-admin status
 
 A mon avis en le relancant ça devrait arranger ton problème.
 
 A+
- 
				YEEEPPP !
 C'était bien çà : le service était arrêté !
 Je ne sais pas pourquoi... mais un petit start et ct reparti !
 
 En tout cas, merci Master Sleepy ! ;-)