mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2533] 正确填写 vhost_http_port 却提示 not support when vhost_http_port is not set #2012
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#2012
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 @chenahoyu on GitHub (Aug 17, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2533
p1为frpc,p2为frps
我的配置文件
frps.ini
[common]
bind_port = 7000
dashboard_port = 7500
token = XXXX
dashboard_user = XXXX
dashboard_pwd = XXXX
Vhost_http_port = 80
Vhost_https_port = 443
frpc.ini
[common]
server_addr = XXX.XXX.XXX.XX
server_port = 7000
token = XXXX
[web]
type = http
local_ip = 127.0.0.1
local_port = 80
custom_domains = [myweb]
希望有人可以帮帮我,感谢了!
I hope someone can help me, thanks a lot!
@toohandsome commented on GitHub (Aug 26, 2021):
vhost_http_port
@luozongcong commented on GitHub (Sep 5, 2021):
vhost_http_port vhost_https_port,全部小写,不要大写 ,windows 下的frps.exe也遇到过。后来改换到linux版本了,没问题
@qiubi8801 commented on GitHub (Sep 28, 2021):
windows下 运行的时候命令一定要写完整 frps.exe -c frps.ini
@github-actions[bot] commented on GitHub (Oct 29, 2021):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
@hantwain commented on GitHub (Mar 28, 2023):
same issue even through add vhost_http_port,