[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] WEBLOG 2.20 - NO IP - DN RESOLUTION



I am running Weblog 2.20 on my RAQ3 and have been for some time

I do not get any IP addresses resolved.

I have edited the httpd.conf and changed the line:

HostnameLookups off

to read

HostnameLookups on

Here is a copy of the config.pl script.




# $IncludeOnlyDomain = '';
# $ExcludeDomain = '';

$IncludeQuery = 1;

$PrintFiles = 1;
$Print404 = 1;
$PrintDomains = 1;
$PrintUserIDs = 1;
$PrintTopNFiles = 10;
$TopFileListFilter = '(\.gif|\.jpg|\.jpeg|Code)';
$PrintTopNDomains = 100;

$LogOnlyNew = 1;

$NoSessions = 0;
$NoResolve = 0;

$HourOffset = 0;

$DetailsFilter = '(\.gif|\.jpg|\.jpeg)';
$DetailsDays = 7;

$refsexcludefrom = '(file:)';
$refsexcludeto = '(\.gif|\.jpg|\.jpeg)';

$RefsStripWWW = 1;
$RefsMinHits = 1;
$TopNRefDoms = 10;

$AgentsIgnore = '(\.gif|\.jpg|\.jpeg)';

$Verbose = 1;