This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:ubuntu:awstats [2015/11/05 11:01] – lunetikk | linux:ubuntu:awstats [2018/12/20 17:40] (current) – Discussion status changed lunetikk | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| ==== Logrotate ==== | ==== Logrotate ==== | ||
| Copy this in "/ | Copy this in "/ | ||
| - | < | + | < |
| / | / | ||
| weekly | weekly | ||
| Line 36: | Line 36: | ||
| == Description: | == Description: | ||
| - | The list of refs and OS info is empty because of a wrong perl version. Error occurs with perl above 5.10.0 | + | The list of refs and OS info is empty because of a wrong perl version. Error occurs with perl above 5.10.0. \\ |
| Check your version with: | Check your version with: | ||
| < | < | ||
| Line 47: | Line 47: | ||
| == Fix: == | == Fix: == | ||
| Open your awstats.pl | Open your awstats.pl | ||
| - | < | + | < |
| Line 1354, comment | Line 1354, comment | ||
| - | < | + | < |
| if (/ | if (/ | ||
| </ | </ | ||
| insert " | insert " | ||
| - | < | + | < |
| OptimizeArray { | OptimizeArray { | ||
| my $array = shift; | my $array = shift; | ||
| Line 61: | Line 61: | ||
| Line 7812, comment | Line 7812, comment | ||
| - | < | + | < |
| shift =~ / | shift =~ / | ||
| </ | </ | ||
| insert "shift =~ / | insert "shift =~ / | ||
| - | < | + | < |
| UnCompileRegex { | UnCompileRegex { | ||
| shift =~ / | shift =~ / | ||
| Line 74: | Line 74: | ||
| \\ | \\ | ||
| \\ | \\ | ||
| - | ~~DISCUSSION~~ | + | ~~DISCUSSION:closed~~ |