소스 검색

Use standard logs

Bob Mottram 11 년 전
부모
커밋
04a8e2833b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      beaglebone.txt

+ 2
- 2
beaglebone.txt 파일 보기

6265
 
6265
 
6266
     ProxyPass / http://localhost:6543/
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
     RewriteEngine On
6271
     RewriteEngine On
6272
     RewriteOptions Inherit
6272
     RewriteOptions Inherit