Initial Import

This commit is contained in:
2017-02-19 12:33:53 +01:00
commit 44d65f34c3
20 changed files with 4655 additions and 0 deletions

12
Files/0000-logformat.conf Normal file
View File

@ -0,0 +1,12 @@
## - %a remote IP-address
## - %v ServerName of requested site
## - %{%T %Y-%m-%d}t date time - custom
## - %t date time - apache default
## - %{User-Agent}i user agent
## - %U requested URL
## - %r First line of request.
## - %>s real status code
## - $T The time taken to serve the request, in seconds
## -
LogFormat "%a %v %p %t %r %>s \"%{User-Agent}i\" %T" base_requests