[GH-ISSUE #3687] 使用vhostHTTPPort不能启动Frps #2933

Closed
opened 2026-05-05 13:53:44 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @charce526 on GitHub (Oct 16, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3687

Bug Description

在v0.52.1中,使用frps.toml中示例的以下两个字段不能启动Frps

vhostHTTPPort = 80
vhostHTTPSPort = 443

现在只能是改回旧中的vhost_http_port、vhost_https_port才能正常启动。

vhost_http_port = 80
vhost_https_port = 443

frpc Version

v0.52.1

frps Version

v0.52.1

System Architecture

linux/amd64

Configurations

vhostHTTPPort = 80
vhostHTTPSPort = 443

Logs

No response

Steps to reproduce

No response

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @charce526 on GitHub (Oct 16, 2023). Original GitHub issue: https://github.com/fatedier/frp/issues/3687 ### Bug Description 在v0.52.1中,使用frps.toml中示例的以下两个字段不能启动Frps ``` vhostHTTPPort = 80 vhostHTTPSPort = 443 ``` 现在只能是改回旧中的vhost_http_port、vhost_https_port才能正常启动。 ``` vhost_http_port = 80 vhost_https_port = 443 ``` ### frpc Version v0.52.1 ### frps Version v0.52.1 ### System Architecture linux/amd64 ### Configurations vhostHTTPPort = 80 vhostHTTPSPort = 443 ### Logs _No response_ ### Steps to reproduce _No response_ ### Affected area - [ ] Docs - [X] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [X] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 13:53:44 -06:00
Author
Owner

@github-actions[bot] commented on GitHub (Nov 16, 2023):

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:1813517265 --> @github-actions[bot] commented on GitHub (Nov 16, 2023): Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#2933
No description provided.