mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3943] [web] start error: type [http] not supported when vhost http port is not set #3130
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#3130
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 @starsink-d on GitHub (Jan 22, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/3943
Bug Description
客户端配置
serverAddr = "xxxx"
serverPort = 7000
proxies
name = "web"
type = "http"
localPort = 3000
customDomains = ["yc.xxxx.com"]
服务端配置
[common]
bindPort = 7000
vhostHTTPPort = 80
FRPS 服务端 仪表盘 dashboard 登陆端口
dashboard_port = 7500
FRPS 服务端 仪表盘 dashboard 登陆用户名、密码
dashboard_user = admin
dashboard_pwd = admin
frpc Version
0.53.2_windows_amd64.
frps Version
0.53.2_linux_amd64
System Architecture
windows/amd64
Configurations
然后报错[web] start error: type [http] not supported when vhost http port is not set
Logs
C:\frps>frpc -c frpc.toml
2024/01/22 17:02:31 [I] [root.go:141] start frpc service for config file [frpc.toml]
2024/01/22 17:02:31 [I] [service.go:287] try to connect to server...
2024/01/22 17:02:31 [I] [service.go:279] [65aceb84eaecac91] login to server success, get run id [65aceb84eaecac91]
2024/01/22 17:02:31 [I] [proxy_manager.go:173] [65aceb84eaecac91] proxy added: [web]
2024/01/22 17:02:31 [W] [control.go:167] [65aceb84eaecac91] [web] start error: type [http] not supported when vhost http port is not set
2024/01/22 17:03:01 [W] [control.go:167] [65aceb84eaecac91] [web] start error: type [http] not supported when vhost http port is not set
2024/01/22 17:03:31 [W] [control.go:167] [65aceb84eaecac91] [web] start error: type [http] not supported when vhost http port is not set
2024/01/22 17:04:02 [W] [control.go:167] [65aceb84eaecac91] [web] start error: type [http] not supported when vhost http port is not set
2024/01/22 17:04:32 [W] [control.go:167] [65aceb84eaecac91] [web] start error: type [http] not supported when vhost http port is not set
2024/01/22 17:05:02 [W] [control.go:167] [65aceb84eaecac91] [web] start error: type [http] not supported when vhost http port is not set
2024/01/22 17:05:35 [W] [control.go:167] [65aceb84eaecac91] [web] start error: type [http] not supported when vhost http port is not set
2024/01/22 17:06:05 [W] [control.go:167] [65aceb84eaecac91] [web] start error: type [http] not supported when vhost http port is not set
2024/01/22 17:06:35 [W] [control.go:167] [65aceb84eaecac91] [web] start error: type [http] not supported when vhost http port is not set
Steps to reproduce
...
Affected area
@superzjg commented on GitHub (Jan 23, 2024):
服务端配置未生效,先阅读文档...
@xqzr commented on GitHub (Jan 28, 2024):
[common]@github-actions[bot] commented on GitHub (Feb 19, 2024):
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.