作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如何在 httpd.conf 中添加 AllowEncodedSlashes On?
我正在使用 Apache/2.4.18 ...
我在/etc/apache2 中找不到 httpd.conf
我读了这篇文章说 httpd.conf 不再 https://help.ubuntu.com/lts/serverguide/httpd.html
那么,我该如何添加 AllowEncodedSlashes On?
最佳答案
并非所有参数都必须存在,有些具有默认值并且不需要显式定义,而另一些默认情况下也不需要。所以在你需要的上下文中定义它,看看它是否符合你的期望。
根据官方文档,它的默认值为“关闭”,所以如果没有指定,那就是你得到的。
仅在服务器配置和虚拟主机上下文中定义也有效。
http://httpd.apache.org/docs/2.4/mod/core.html#allowencodedslashes
关于apache - 如何将 AllowEncodedSlashes On 添加到 httpd.conf Ubuntu,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44777299/
我是一名优秀的程序员,十分优秀!