resultsdb: Make logs more verbose and include user-agents
This commit is contained in:
parent
33415d8399
commit
2a49ea6cea
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ data:
|
||||||
ServerLimit 50
|
ServerLimit 50
|
||||||
MaxRequestWorkers 500
|
MaxRequestWorkers 500
|
||||||
|
|
||||||
|
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
|
||||||
|
CustomLog /dev/stdout combined
|
||||||
|
ErrorLog /dev/stderr
|
||||||
|
LogLevel info
|
||||||
|
|
||||||
<IfModule !auth_basic_module>
|
<IfModule !auth_basic_module>
|
||||||
LoadModule auth_basic_module '{{ resultsdb_mod_wsgi_dir }}/mod_auth_basic.so'
|
LoadModule auth_basic_module '{{ resultsdb_mod_wsgi_dir }}/mod_auth_basic.so'
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue