Forum: PC Hard- und Software [Ubuntu]Connection attempts using mod_proxy: 222.208.183.218 - www.google.com:443: 5 Time(s)


von Haru Rech (Gast)


Lesenswert?

Ich möchte folgende Anleitung ausführen, doch sie funktioniert nicht 
unter Ubuntu 18. Wie erreiche ich das unter Ubuntu 18?


Q.  What does it mean when logwatch says: Connection attempts using 
mod_proxy: 222.208.183.218 -> www.google.com:443: 5 Time(s)

A.  Its not good.  It means a remote program is trying to go thru
your Apache server to another site (google in this case).

To prevent this do the following:

1.  Disable mod_proxy
2.  Disable CONNECT

1.  To disable mod_proxy comment out these lines in 
/etc/httpd/conf/httpd.conf
1
#LoadModule proxy_module modules/mod_proxy.so
2
#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
3
#LoadModule proxy_http_module modules/mod_proxy_http.so
4
#LoadModule proxy_connect_module modules/mod_proxy_connect.so
Also comment out everything in /etc/httpd/conf.d/proxy_ajp.conf
if present.


2.  It seems there is a bug somewhere so that even when mod_proxy 
disabled
a CONNECT attempt will return a 200 (success) status code and the 
contents of
your index.php file.  To stop this make a file called 
/etc/httpd/conf.d/disable_connect.conf and fill it with:
1
<Location />
2
  <Limit CONNECT>
3
    Order deny,allow
4
    Deny from all
5
  </Limit>
6
</Location>
Restart Apache.


(Quelle 
http://www.davekb.com/browse_computer_tips:logwatch_connection_attempts_using_mod_proxy:txt)

von Haru Rech (Gast)


Lesenswert?

Man könnte meinen a2dismod proxy proxy_fcgi wäre der Weg. Doch dann wird 
erst recht die php-Datei ausgegeben, einfach beim Aufruf der Seite.

von (Gast)


Lesenswert?

Etwas mehr Info über Ausgangssituation, Motivation und was denn genau 
nicht funktioniert brauchts da schon.

von Haru Rech (Gast)


Lesenswert?

rµ schrieb:
> Etwas mehr Info über Ausgangssituation, Motivation und was denn
> genau
> nicht funktioniert brauchts da schon.

Alle notwendigen Informationen sind vorhanden.

Konkret:

1.  Wie mod_proxy unter Ubuntu 18 deaktivieren?
2.  Wie CONNECT unter Ubuntu 18 deaktivieren?

von (Gast)


Lesenswert?

Haru Rech schrieb:
> rµ schrieb:
>> Etwas mehr Info über Ausgangssituation, Motivation und was denn
>> genau
>> nicht funktioniert brauchts da schon.
>
> Alle notwendigen Informationen sind vorhanden.

Viel Glück mit der Einstellung.

von Reinhard S. (rezz)


Lesenswert?

Haru Rech schrieb:
> rµ schrieb:
>> Etwas mehr Info über Ausgangssituation, Motivation und was denn
>> genau
>> nicht funktioniert brauchts da schon.
>
> Alle notwendigen Informationen sind vorhanden.

Nein. Du hast doch eine Anleitung. Wenn die nicht geht dann wären 
eventuelle Fehlermeldungen auch interessant...

von Haru Rech (Gast)


Lesenswert?

rµ schrieb:
> Viel Glück mit der Einstellung.

Leidest du unter ihr?

von Haru Rech (Gast)


Lesenswert?

Reinhard S. schrieb:
> Nein. Du hast doch eine Anleitung. Wenn die nicht geht dann wären
> eventuelle Fehlermeldungen auch interessant...

Du klingst wie ein Kind, das sein Hausaufgaben nicht gemacht hat

von Haru Rech (Gast)


Lesenswert?

Wie mod_proxy unter Ubuntu 18 deaktivieren?
Wie CONNECT unter Ubuntu 18 deaktivieren?

von Dergute W. (derguteweka)


Lesenswert?

Haru Rech schrieb:
> Wie mod_proxy unter Ubuntu 18 deaktivieren?
> Wie CONNECT unter Ubuntu 18 deaktivieren?
1
sudo halt

SCNR,
WK

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.