Skip to content

Commit

Permalink
Merge pull request #13 from MaastrichtUniversity/release/sprint7
Browse files Browse the repository at this point in the history
Release/sprint7
  • Loading branch information
lwinckers authored Jun 9, 2022
2 parents cef6b22 + 7029338 commit b8a3acb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/davrods-vhost.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<VirtualHost *:80>
# We override the logfile location here so we can send these logs via Filebeat
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy
ErrorLogFormat "%{X-Forwarded-For}i [%{u}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M% ,\ referer\ %{Referer}i"
LogFormat "%{[%Y-%m-%d %T]}t[AUDIT_TRAIL][%u][DOWNLOAD_DATA] %l %r" audit
ErrorLog /var/log/httpd/apache.error.log
CustomLog /var/log/httpd/apache.access.log proxy
Expand Down
2 changes: 2 additions & 0 deletions config/upload-davrods-vhost.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<VirtualHost *:80>
# We override the logfile location here so we can send these logs via Filebeat
LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy

ErrorLogFormat "%{X-Forwarded-For}i [%{u}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M% ,\ referer\ %{Referer}i"
ErrorLog /var/log/httpd/apache.error.log
CustomLog /var/log/httpd/apache.access.log proxy

Expand Down

0 comments on commit b8a3acb

Please sign in to comment.