- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我在apache 2.4 Web服务器配置中使用“FallbackResource”时,它显示错误“AH00125:请求超出10个子请求嵌套级别的限制”。
请提供一些有关如何解决此问题的帮助。
是否指定网址“http://localhost/bv-host/plusRoot/plus/fiets”,并希望将其转发到默认的index.html:“/bv-host/plusRoot/plus/index.html”
我启用了调试日志记录。模式重写已禁用。如果删除FallbackResource行,则不会看到此错误,而是会出现404错误。
我在Mac上安装了默认的2.4版本,并添加了以下配置:
FallbackResource /bv-host/plusRoot/plus/index.html;
Alias /bv-host/plusRoot "/Users/ed/Develop/Projecten/Web”
[client ::1:57840] mod_hfs_apple: Allowing access with matching directory. filename = /Users/ed/Develop/Projecten/Web/plus/index.html;
AH00125: Request exceeded the limit of 10 subrequest nesting levels due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[client ::1:57840] AH00121: r->uri = /bv-host/plusRoot/plus/index.html;
[client ::1:57840] AH00123: subrequested from r->uri = /bv-host/plusRoot/plus/index.html;
[client ::1:57840] AH00123: subrequested from r->uri = /bv-host/plusRoot/plus/index.html;
[client ::1:57840] AH00123: subrequested from r->uri = /bv-host/plusRoot/plus/index.html;
[client ::1:57840] AH00123: subrequested from r->uri = /bv-host/plusRoot/plus/index.html;
[client ::1:57840] AH00123: subrequested from r->uri = /bv-host/plusRoot/plus/index.html;
[client ::1:57840] AH00123: subrequested from r->uri = /bv-host/plusRoot/plus/index.html;
[client ::1:57840] AH00123: subrequested from r->uri = /bv-host/plusRoot/plus/index.html;
[client ::1:57840] AH00123: subrequested from r->uri = /bv-host/plusRoot/plus/index.html;
[client ::1:57840] AH00123: subrequested from r->uri = /bv-host/plusRoot/plus/index.html;
[client ::1:57840] AH00123: subrequested from r->uri = /bv-host/plusRoot/plus/fiets
最佳答案
请注意,如果FallbackResource路径不是绝对路径,也会出现此错误。例如:
FallbackResource index.php
FallbackResource /index.php
关于Apache Web服务器: AH00125: Request exceeded the limit of 10 subrequest with FallbackResource,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33477428/
我正在尝试使用以下命令运行 Silex 子请求 $subRequest = Request::create('/api/movie/show?id=61333'); $res = $app->hand
当我运行带有参数的测试时,我应该能够访问实际的测试参数,认为是请求的 param 属性,但却得到了这个错误: AttributeError: SubRequest instance has no at
我正在 Mongo 大学学习 MongoDB for Python Developers 类(class),但是在尝试在 Mac 计算机上运行 pytest -m 连接时遇到了这个问题: 测试/tes
当我在apache 2.4 Web服务器配置中使用“FallbackResource”时,它显示错误“AH00125:请求超出10个子请求嵌套级别的限制”。 请提供一些有关如何解决此问题的帮助。 是否
我是一名优秀的程序员,十分优秀!