Einzelnen Beitrag anzeigen
Alt 08.08.2004, 21:20   #2
jak
Inventar
 
Registriert seit: 13.06.2001
Beiträge: 1.830


Standard

Allgemein: Mit einer Firewall
Alternative: Eigene Einstellung in der Serversoftware, damit er nur auf bestimmte IP-Adressen antwortet.

Bei Apache gibt's AFAIK so eine Einstellung, ich weiß nicht ob's diese ist:

# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, in addition to the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses (0.0.0.0)
#
#Listen 12.34.56.78:80
Listen 80
Listen 443

<edit>
Probier mal bei dir statt Listen 80 Listen 127.0.0.1:80. </edit>

Jak
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)
jak ist offline   Mit Zitat antworten