首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Apache作为具有SSL通过的转发代理

Apache作为具有SSL通过的转发代理
EN

Stack Overflow用户
提问于 2019-01-31 22:52:19
回答 1查看 3K关注 0票数 0

我正在尝试设置apache作为转发代理,并允许SSL通过。

下面的配置可以工作吗?我不确定apache是否默认启用SSL passthrough作为转发代理。

代码语言:javascript
复制
# Proxy Server directives. Uncomment the following lines to
# enable the proxy server:
#
#<IfModule mod_proxy.c>

#Enable the forward proxy server. Note: Do not use the ProxyRequests         directive if
#all you require is reverse proxy.
#
ProxyRequests On
AllowCONNECT 80 443 49171
#
<Proxy *>
Order deny,allow
Deny from all

Allow from 10.241.152.26

</Proxy>

#    Allow from .example.com

#
# Enable/disable the handling of HTTP/1.1 "Via:" headers.
# ("Full" adds the server version; "Block" removes all outgoing Via: headers)
# Set to one of: Off | On | Full | Block
#
#ProxyVia On

#</IfModule>
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2019-03-03 21:32:12

对于任何仍然感兴趣的人来说,AllowCONNECT应该已经足够了。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/54463200

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档