Apache löst Hostnamen auf obwohl HostnameLookups Off
Erst mal schöne Weihnachten euch allen !
Ich habe hier einen Apache der ohne weiteres zutun Hostnamen auflöst obwohl in der conf HostnameLookups auf Off steht.
Lösung:
Die Log-Einstellung von %h auf %a umstellen.
MfG
Ich habe hier einen Apache der ohne weiteres zutun Hostnamen auflöst obwohl in der conf HostnameLookups auf Off steht.
Lösung:
Die Log-Einstellung von %h auf %a umstellen.
<IfModule log_config_module>
#
# The following directives define some format nicknames for use with
# a CustomLog directive (see below).
#
LogFormat "%a %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%a %l %u %t \"%r\" %>s %b" common
<IfModule logio_module>
# You need to enable mod_logio.c to use %I and %O
LogFormat "%a %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
</IfModule>
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 225308
Url: https://administrator.de/contentid/225308
Ausgedruckt am: 22.11.2024 um 06:11 Uhr