[linux] Re: domeinnaam vinden
Daniel von Asmuth
asmuth op bakunin.xs4all.nl
Do Aug 14 19:41:28 CEST 2014
Aldus schreef paai op Thu, Aug 14, 2014 at 05:46:31PM +0200:
> On 14/08/14 16:11, Bart-Jan Vrielink wrote:
> > ...
>
> > Ik kan dus op basis van het IP adres niet weten dat www.nllgg.nl op
> > dat IP adres draait. Sowieso wordt de "mapping" van het IP adres naar
> > de hostnaam door de beheerder van de IP range gedaan, en dit kan
> > volledig los staan van het beheer van de forward DNS.
>
> > Ik snap eigenlijk nog steeds niet helemaal exact wat je probeert te
> > bereiken. Je hebt het nu over virtual hosts van Apache. Als je wilt
> > testen hoe dit geconfigureerd is, dan kun je eventueel kijken naar de
> > output van apache2 -S.
>
> Nee, mijn virtual hosts draaien naar tevredenheid. Ik wil er achter
> komen wie mijn sites bezoeken, en daarom niet alleen de 'officieele'
> naam van het betreffende ip-nummer weten, maar ook de andere namen die
> voor dat ip-nummer zijn geregistreerd.
Dat is te regelen met de logging van Apache. U kunt de gewenste
informatie opnemen in uw log file met de volgende info in uw httpd.conf
file.
# Possible values include: debug, info, notice, warn, error, crit, # alert, emerg.
LogLevel info
<IfModule log_config_module>
#
# The following directives define some format nicknames for use with
# a CustomLog directive (see below).
LogFormat "%v %h %l %u %t \"%r\" %>s %b" virtual
# The location and format of the access logfile (Common Logfile
# Format).
# If you do not define any access logfiles within a <VirtualHost>
# container, they will be logged here. Contrariwise, if you *do*
# define per-<VirtualHost> access logfiles, transactions will be
# logged therein and *not* in this file.
# If you prefer a logfile with access, agent, and referer
# information
# (Combined Logfile Format) you can use the following directive.
CustomLog "logs/access_log" virtual
</IfModule>
Met vriendelijke groet,
Daniel von Asmuth
--
People who bought this story also bought....
More information about the Linux
mailing list