just installed ISPConfig 2.2.39 and noticed that no detail pages were generated at all!
after some investigation i found out that i had to add some lines to /etc/awstats/awstats.shared.conf :
Code:
ShowSummary=UVPHB
ShowMonthStats=UVPHB
ShowDaysOfMonthStats=VPHB
ShowDaysOfWeekStats=PHB
ShowHoursStats=PHB
ShowDomainsStats=PHB
ShowHostsStats=PHBL
ShowRobotsStats=HBL
ShowSessionsStats=1
ShowPagesStats=PBEX
ShowFileTypesStats=HB
ShowOSStats=1
ShowBrowsersStats=1
ShowOriginStats=PH
ShowKeyphrasesStats=1
ShowKeywordsStats=1
ShowMiscStats=a
ShowHTTPErrorsStats=1
after adding this, detail pages were generated again
but the links on the mainpage are still leading to a 404
this is how i fixed it:
in /home/admispconfig/ispconfig/tools/awstats/tools/awstats_buildstaticpages.pl:
change the following line #451:
Code:
# Launch all other awstats output
.
.
.
$OutputFile=($OutputDir?$OutputDir:"")."awstats.$OutputSuffix.$output.$StaticExt";
to:
Code:
# Launch all other awstats output
.
.
.
# $OutputFile=($OutputDir?$OutputDir:"")."awstats.$OutputSuffix.$output.$StaticExt";
$OutputFile=($OutputDir?$OutputDir:"")."$OutputSuffix.$output.$StaticExt";
take care to change only the line in section "
Launch all other awstats output" but
DO NOT CHANGE section "Launch main awstats output"
and voila, everything is working again
Recent comments
11 hours 49 min ago
11 hours 55 min ago
16 hours 53 min ago
23 hours 34 min ago
1 day 23 min ago
1 day 1 hour ago
1 day 5 hours ago
1 day 12 hours ago
1 day 16 hours ago
1 day 18 hours ago