Use standard logs
This commit is contained in:
parent
4164d3e840
commit
04a8e2833b
|
@ -6265,8 +6265,8 @@ Delete the existing configuration (in Emacs it's CTRL-x h then CTRL-w) and paste
|
|||
|
||||
ProxyPass / http://localhost:6543/
|
||||
|
||||
ErrorLog "/var/log/apache2/error_log"
|
||||
CustomLog "/var/log/apache2/access_log" combined
|
||||
ErrorLog "/var/log/apache2/error.log"
|
||||
CustomLog "/var/log/apache2/access.log" combined
|
||||
|
||||
RewriteEngine On
|
||||
RewriteOptions Inherit
|
||||
|
|
Loading…
Reference in New Issue