Ver código fonte

Use standard logs

Bob Mottram 11 anos atrás
pai
commit
04a8e2833b
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      beaglebone.txt

+ 2
- 2
beaglebone.txt Ver arquivo

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