1 |
--- smeserver-moodle-1.0/root/etc/e-smith/templates/opt/moodle/html/config.php/10config-dist.191fix 2008-06-02 19:21:00.000000000 +1000 |
2 |
+++ smeserver-moodle-1.0/root/etc/e-smith/templates/opt/moodle/html/config.php/10config-dist 2008-06-02 19:22:22.000000000 +1000 |
3 |
@@ -1,11 +1,3 @@ |
4 |
- |
5 |
- |
6 |
- |
7 |
- |
8 |
- |
9 |
- |
10 |
- |
11 |
- |
12 |
//////////////////////////////////////////////////////////////////////////// |
13 |
// // |
14 |
// Moodle configuration file // |
15 |
@@ -268,7 +260,7 @@ |
16 |
// $CFG->apacheloguser = 3; // Log username. |
17 |
// To get the values logged in Apache's log, add to your httpd.conf |
18 |
// the following statements. In the General part put: |
19 |
-// LogFormat "%h %l %{MOODLEUSER}n %t \"%r\" %s %b \"%{Referer}i\" \"%{User-Agent}i\"" moodleformat |
20 |
+// LogFormat "%h %l %{MOODLEUSER}n %t \"%r\" %s %b \"%{Referer}i\" \"%{UserREPLACEwithDASHAgent}i\"" moodleformat |
21 |
// And in the part specific to your Moodle install / virtualhost: |
22 |
// CustomLog "/your/path/to/log" moodleformat |
23 |
// CAUTION: Use of this option will expose usernames in the Apache log, |