上传者: 42172972
|
上传时间: 2021-11-29 21:04:07
|
文件大小: 213KB
|
文件类型: -
#Description基于C ++的反向代理服务器。 反向代理服务器有助于从一个或多个后端Web服务器检索客户端的资源。 它用作内部运行多个服务器的系统的单入口接口。
建造
export WORKSPACE=
cd ${WORKSPACE}
mkdir build
cd build
cmake ..
make
跑步
$ {WORKSPACE} / build / src / reverse-proxy-server -f映射文件
where mapping-file is a simple JSON file providing the mapping of URL and port number of back-end server. Here is an example:
{
"first" : "2