Plesk Port 8443 via Squid

Backup, Restore und Transfer von Daten
unique86
Posts: 6
Joined: 2007-04-19 11:10
Location: Holzwickede
 

Plesk Port 8443 via Squid

Post by unique86 »

Hallo zusammen,

ich habe ein Problem mit Squid in Verbindung mit Plesk.

Folgendes ... Squid ist so konfiguriert, das er alle Verbindungen auch den Port 8443 (Plesk Standard) auf dem localhost zulässt.

Ich benutze den Squid ausschließlich zum Tunneln via Putty.

Nun wenn alles fein eingestellt ist und ich über den Root tunnele und nun <ip>:8443 aufrufe (um die Plesk Weboberfläche zu starten) kommt immer eine Fehlermeldung vom Squid ...

Code: Select all

ERROR
The requested URL could not be retrieved

While trying to retrieve the URL: <ip>:8443

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 Tue, 23 Oct 2007 11:51:08 GMT by <ip>
(squid/2.5.STABLE10) 
Jetzt die Frage wie ich das Problem beheben kann ... ?!

localhost:8443 geht auch nicht ...

Hoffe ihr versteht mein Problem

Gruß Sven
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
 

Re: Plesk Port 8443 via Squid

Post by captaincrunch »

Wie sehen die zugehörigen Squid-ACLs aus?
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
unique86
Posts: 6
Joined: 2007-04-19 11:10
Location: Holzwickede
 

Re: Plesk Port 8443 via Squid

Post by unique86 »

Hallo,

also wenn Du diese hier meinst ?!

Code: Select all

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 563
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443 563     # https, snews
acl Safe_ports port 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280         # http-mgmt
acl Safe_ports port 488         # gss-http
acl Safe_ports port 591         # filemaker
acl Safe_ports port 777         # multiling http
acl Safe_ports port 8443        # plesk
acl CONNECT method CONNECT
Wie gesagt, er ist so eingerichtet das ich über den "localhost" tunnel.

Wie man sieht, ist die Freigabe für Port 8443 da !
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
 

Re: Plesk Port 8443 via Squid

Post by captaincrunch »

Die Freigabe: ja. Wer auf die Safe_Ports zugreifen darf wird aber leider vorenthalten. ;)
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc