mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #479] 请教一个vhost的问题 #364
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#364
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 @alwayswdc on GitHub (Oct 5, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/479
请问frps是否支持不同的http vhost一部分使用本地服务例如lamp,另一部分则由frps转发到第三方如内网服务器上。如果lamp的vhost和frp的vhost域名重名冲突了会出现什么情况?谢谢
@vizv commented on GitHub (Oct 5, 2017):
httpd 和 frp 所监听的端口不能冲突,要想一起用的话在 httpd 上做个代理并且设置相应的
Hostheader.@alwayswdc commented on GitHub (Oct 7, 2017):
谢谢,通过nginx解决了。