Browse Source

Use standard logs

Bob Mottram 11 years ago
parent
commit
04a8e2833b
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      beaglebone.txt

+ 2
- 2
beaglebone.txt View File

@@ -6265,8 +6265,8 @@ Delete the existing configuration (in Emacs it's CTRL-x h then CTRL-w) and paste
6265 6265
 
6266 6266
     ProxyPass / http://localhost:6543/
6267 6267
 
6268
-    ErrorLog "/var/log/apache2/error_log"
6269
-    CustomLog "/var/log/apache2/access_log" combined
6268
+    ErrorLog "/var/log/apache2/error.log"
6269
+    CustomLog "/var/log/apache2/access.log" combined
6270 6270
 
6271 6271
     RewriteEngine On
6272 6272
     RewriteOptions Inherit