Stefan Staeglich schrieb:http://download.opensuse.org/distribution/10.3/repo/oss/
ERROR
The requested URL could not be retrieved
While trying to retrieve the URL: http://de.wikipedia.org/wiki/Access_Control_List
The following error was encountered:
* Access Denied.
Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.
Your cache administrator is webmaster.
Generated Sun, 13 Apr 2008 12:52:16 GMT by Daniel.daniel (squid/2.6.STABLE14)
#Recommended minimum configuration:
[...]
acl QUERY urlpath_regex cgi-bin \?
acl apache rep_header Server ^Apache
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443
acl Safe_ports port 80
acl Safe_ports port 21
acl Safe_ports port 443
acl Safe_ports port 70
acl Safe_ports port 210
acl Safe_ports port 1025-65535
acl Safe_ports port 280
acl Safe_ports port 488
acl Safe_ports port 591
acl Safe_ports port 777
acl CONNECT method CONNECT
Ich möchte, dass man eine Frage bekommt: welcher Benutzer? und Passwort?[...]und der Definition dessen was nachher rauskommen soll.
Ack, es fehlen präzise Fragen das ist alles zu allgemein und wurde teils schon beantwortet.pft schrieb:Deinerseits fehlt immer noch der Input zu deiner Konfiguration (die Zeilen mit "http_access...").
pft schrieb:Laß mich mal eine kurze Zusammenfassung des bisherigen Themas machen:
folgende Links wurden Dir genannt zum Nachlesen, wenn nicht gar abschreiben:
[...]
Deinerseits fehlt immer noch der Input zu deiner Konfiguration (die Zeilen mit "http_access...").
[...]
Schau doch mal wie Du mit den Anleitungen zurecht kommst und melde Dich wenn es as nicht geht. Oder um es kurz zu sagen: RTFM
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access deny all