其他分享
首页 > 其他分享> > 配置frp报错start error: type [http] not support when vhost_http_port is not set

配置frp报错start error: type [http] not support when vhost_http_port is not set

作者:互联网

配置frp

  1. 问题描述
    服务端配置frpc.ini
    [common]
    bind_port = 7000
    vhost_http_port = 6001
    
    客户端配置frpc.ini
    [common]
    server_addr = 公网ip
    server_port = 7000
    [ssh]
    type = tcp
    local_ip=192.168.50.130
    local_port = 8080
    remote_port=6001
    

报错:start error: type [http] not support when vhost_http_port is not set

  1. 解决方法
    删除服务器配置中的vhost_http_port=6001

标签:set,http,6001,配置,vhost,报错,type,port
来源: https://blog.csdn.net/zhan13253807836/article/details/121888173