CSAILVision / CSAILVision/LabelMeAnnotationTool
there are problems with fetch_image.cgi
- 主要语言
- JavaScript
- 星标
- 1.5k
- 派生
- 443
- PR 合并指标
- 30 天内没有已合并 PR
描述
On Windows 10 I'm getting Fatal: there are problems with fetch_image.cgi popup on web-page opening and then on each of Next image clicks which fail. I looked inside Apache error log and found this:
(OS 2)The system cannot find the file specified. : [client ::1:63885] AH01223: couldn't spawn child process: C:/git/LabelMeAnnotationTool/annotationTools/perl/write_logfile.cgi
(OS 2)The system cannot find the file specified. : [client ::1:63886] couldn't create child process: 720002: write_logfile.cgi
I have installed Active Perl and the shebang line in my cgi scripts points to the where my perl.exe sits.
I have included these lines in my Apache conf:
```
LoadModule cgi_module modules/mod_cgi.so
ScriptAlias /cgi-bin/ "C:/git/LabelMeAnnotationTool/"
AddHandler cgi-script .cgi .pl
AllowOverride None
Options None
Require all granted
```
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先重现打开页面或点击 Next image 时的故障,然后检查 fetch_image.cgi、write_logfile.cgi、Apache 错误日志以及 issue 中显示的 CGI 配置。确认 Apache 可以在 Windows 上启动 Perl CGI 进程,并且图像导航可以在不出现致命弹窗的情况下完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- apache, perl
- 领域
- backend, devops
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 32/100