68 lines
2.2 KiB
Plaintext
68 lines
2.2 KiB
Plaintext
<<<<<<< HEAD
|
|
#
|
|
<FilesMatch "^\.ht">
|
|
Require all denied
|
|
</FilesMatch>
|
|
|
|
|
|
#
|
|
# The following directives define some format nicknames for use with
|
|
# a CustomLog directive.
|
|
#
|
|
# These deviate from the Common Log Format definitions in that they use %O
|
|
# (the actual bytes sent including headers) instead of %b (the size of the
|
|
# requested file), because the latter makes it impossible to detect partial
|
|
# requests.
|
|
#
|
|
# Note that the use of %{X-Forwarded-For}i instead of %h is not recommended.
|
|
# Use mod_remoteip instead.
|
|
#
|
|
LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
|
|
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
|
|
LogFormat "%h %l %u %t \"%r\" %>s %O" common
|
|
LogFormat "%{Referer}i -> %U" referer
|
|
LogFormat "%{User-agent}i" agent
|
|
|
|
# Include of directories ignores editors' and dpkg's backup files,
|
|
# see README.Debian for details.
|
|
|
|
# Include generic snippets of statements
|
|
IncludeOptional conf-enabled/*.conf
|
|
|
|
# Include the virtual host configurations:
|
|
IncludeOptional sites-enabled/*.conf
|
|
=======
|
|
#
|
|
<FilesMatch "^\.ht">
|
|
Require all denied
|
|
</FilesMatch>
|
|
|
|
|
|
#
|
|
# The following directives define some format nicknames for use with
|
|
# a CustomLog directive.
|
|
#
|
|
# These deviate from the Common Log Format definitions in that they use %O
|
|
# (the actual bytes sent including headers) instead of %b (the size of the
|
|
# requested file), because the latter makes it impossible to detect partial
|
|
# requests.
|
|
#
|
|
# Note that the use of %{X-Forwarded-For}i instead of %h is not recommended.
|
|
# Use mod_remoteip instead.
|
|
#
|
|
LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
|
|
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
|
|
LogFormat "%h %l %u %t \"%r\" %>s %O" common
|
|
LogFormat "%{Referer}i -> %U" referer
|
|
LogFormat "%{User-agent}i" agent
|
|
|
|
# Include of directories ignores editors' and dpkg's backup files,
|
|
# see README.Debian for details.
|
|
|
|
# Include generic snippets of statements
|
|
IncludeOptional conf-enabled/*.conf
|
|
|
|
# Include the virtual host configurations:
|
|
IncludeOptional sites-enabled/*.conf
|
|
>>>>>>> 77abb6a0bf9452daf6706798b3a3b4cdd4d5f8a2
|
|
ServerName stich.fun |