mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #30] 启动frpc时frps报错并停止运行 #8
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @daya-prac on GitHub (Jun 8, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/30
报错信息如下
@fatedier commented on GitHub (Jun 8, 2016):
@daya-prac 是 v0.6.0 版本吗?配置文件的内容能不能贴一下。
@fatedier commented on GitHub (Jun 8, 2016):
@daya-prac 我好像定位到问题了,应该是你想用 http 服务转发,但是vhost_http_port 这个配置项没有填,所以默认没有启用,导致出错。vhost_http_port 是需要指定一个对外端口来接收所有的 http 的请求,例如 80 端口。
这是一个 bug,考虑改成如果 vhost_http_port 未指定,将会禁止 http 服务转发请求并提示错误信息,我会尽快修复,感谢反馈。