From df677142d9569f7236b99ff424cb3017d33772f1 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Mon, 20 Jun 2005 09:14:32 +0000 Subject: [PATCH] Fixed typo. See bug #3573 --- config-dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-dist.php b/config-dist.php index 2440427b528..fcf46a56304 100644 --- a/config-dist.php +++ b/config-dist.php @@ -257,7 +257,7 @@ $CFG->admin = 'admin'; // $CFG->apacheloguser = 3; // Log username. // To get the values logged in Apache's log, add to your httpd.conf // the following statements. In the General part put: -// LogFormat "%h %l %{MOODLEUSER}n %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" moodleformat +// LogFormat "%h %l %{MOODLEUSER}n %t \"%r\" %s %b \"%{Referer}i\" \"%{User-Agent}i\"" moodleformat // And in the part specific to your Moodle install / virtualhost: // CustomLog "/your/path/to/log" moodleformat // CAUTION: Use of this option will expose usernames in the Apache log,