Skip to content
Snippets Groups Projects
Commit 2170f5e3 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

set keyword on doc

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1295 44740490-163a-0410-bde0-09ae8108e29a
parent 4010eb9d
No related branches found
No related tags found
No related merge requests found
...@@ -55,15 +55,15 @@ Then take the configuration template: ...@@ -55,15 +55,15 @@ Then take the configuration template:
Configure the path of the log file: Configure the path of the log file:
'inputfile' => '/tmp/stat', 'inputfile' => '/tmp/stat',
and the syntax of the log file. You need to configure where the and the syntax of the log file. You need to configure where the
date starts (usually 0), and how long the date is (usually 15), and date starts (usually 0), and how long the date is (usually 15), and
where the first columns starts (such that STAT is in column 3): where the first columns starts (such that STAT is in column 3):
'datestart' => 1, 'datestart' => 1,
'datelength' => 15, 'datelength' => 15,
'offsetspan' => 21, 'offsetspan' => 21,
Make sure the stat dir is writable. SimpleSAMLphp will write data Make sure the stat dir is writable. SimpleSAMLphp will write data
here: here:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment