Explorar el Código

Use standard logs

Bob Mottram hace 11 años
padre
commit
04a8e2833b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      beaglebone.txt

+ 2
- 2
beaglebone.txt Ver fichero

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