AWStats und Typo3

AWStats Installation

AWStats in Typo3 integrieren

  • Download des Moduls von http://typo3lab.colorcube.de/AWStats_logfi.70.0.html
  • Anlegen des Logfile-Verzeichnisses (z.B. “logs” auf Ebene von “fileadmin”) und Schreibzugriff gewähren
  • Anlegen des Logfiles (z.B. “stefan-macke.log”) und Schreibzugriff gewähren
  • Das erstelle Verzeichnis in die “localconf.php” einbinden $TYPO3_CONF_VARS["FE"]["logfile_dir"] = 'logs/';
  • Template-Setup page.config { stat = 1 stat_apache = 1 stat_apache_logfile = stefan-macke.log stat_mysql = 1 }
  • Verzeichnis “awstats” aus dem Archiv nach “typo3/mod/tools/” kopieren
  • Zu “typo3conf/extTables.php” folgendes hinzufügen: $TBE_MODULES["tools"] .= ",awstats";
  • Evtl. in der “localconf.php” noch das obige Script als $typo_db_extTableDef_script = 'extTables.php'; eintragen
  • “typo3/mod/tools/awstats/awstats.pl” ausführbar machen
  • Im Backend unter “Tools” das Modul “AWStats” aufrufen und loslegen!

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax