Merge "Set AllowEncodedSlashes NoDecode on 8080 revproxy"
This commit is contained in:
commit
81f9bfd996
@ -143,6 +143,11 @@ LogFormat "%h %l %u %t \"%r\" %>s %b %{cache-status}e \"%{Referer}i\" \"%{User-a
|
||||
CustomLog /var/log/<%= scope.lookupvar("httpd::params::apache_name") %>/<%= @name %>_8080_access.log combined-cache
|
||||
ServerSignature Off
|
||||
|
||||
# Let upstreams decide on encoded slash handling.
|
||||
# The default is 'Off' which returns 404 for URLs with encoded slashes,
|
||||
# i.e. '%2f' instead of '/'.
|
||||
AllowEncodedSlashes NoDecode
|
||||
|
||||
# Caching reverse proxy for things that don't make sense in AFS
|
||||
#
|
||||
# General cache rules
|
||||
|
@ -155,6 +155,11 @@ ErrorLogFormat "[%{cu}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M% , \
|
||||
CustomLog /var/log/apache2/proxy_8080_access.log combined-cache
|
||||
ServerSignature Off
|
||||
|
||||
# Let upstreams decide on encoded slash handling.
|
||||
# The default is 'Off' which returns 404 for URLs with encoded slashes,
|
||||
# i.e. '%2f' instead of '/'.
|
||||
AllowEncodedSlashes NoDecode
|
||||
|
||||
# Caching reverse proxy for things that don't make sense in AFS
|
||||
#
|
||||
# General cache rules
|
||||
|
Loading…
x
Reference in New Issue
Block a user