瀏覽代碼

Use standard logs

Bob Mottram 11 年之前
父節點
當前提交
04a8e2833b
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      beaglebone.txt

+ 2
- 2
beaglebone.txt 查看文件

@@ -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