boa怎么运行不起来
uclinux上的boa编译通过了,但是无法运行。
终端显示结果:
/> boa
Bad keyword 'ErrorLog'
Error parsing config files, exiting
pid 25: failed 256
把boa.conf里的关于log的路径删除后,仍然不行。
/> boa
pid 25: failed 1536
请赐教!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
# ErrorLog: The location of the error log file. If this does not start
# with /, it is considered relative to the server root.
# Set to /dev/null if you don't want errors logged.
如:
ErrorLog /var/log/boa/error_log
你的ErrorLog后面给的路径不对吧,系统找不到相关的路径或文件