b******n 发帖数: 1629 | 1 【 以下文字转载自 Linux 讨论区 】
发信人: billtian (小田), 信区: Linux
标 题: apache配置forward proxy的问题
发信站: BBS 未名空间站 (Wed Apr 3 14:14:51 2013, 美东)
我现在想把一个apache配置成一个简单的forward proxy,就是简单转发就行了,不需
要任何别的功能,但同时需要支持https连接,比如能通过这个forward proxy上gmail
,请问该怎么弄,Google了很久都没找到满意结果 |
b******n 发帖数: 1629 | 2 这里有没有人会啊,有的话指导一下
gmail
【在 b******n 的大作中提到】 : 【 以下文字转载自 Linux 讨论区 】 : 发信人: billtian (小田), 信区: Linux : 标 题: apache配置forward proxy的问题 : 发信站: BBS 未名空间站 (Wed Apr 3 14:14:51 2013, 美东) : 我现在想把一个apache配置成一个简单的forward proxy,就是简单转发就行了,不需 : 要任何别的功能,但同时需要支持https连接,比如能通过这个forward proxy上gmail : ,请问该怎么弄,Google了很久都没找到满意结果
|
y***1 发帖数: 450 | 3 我也不是很懂。 试试这是否能行。
edit /etc/apache2/httpd.conf
add following to your the file (at the end for example)
ProxyPass /youuriprefix / http://gmail.com/something
ProxyPassReverse /youuriprefix / http://gmail.com/something
【在 b******n 的大作中提到】 : 这里有没有人会啊,有的话指导一下 : : gmail
|
Q**J 发帖数: 23283 | 4 我也完全看不懂
【在 y***1 的大作中提到】 : 我也不是很懂。 试试这是否能行。 : edit /etc/apache2/httpd.conf : add following to your the file (at the end for example) : ProxyPass /youuriprefix / http://gmail.com/something : ProxyPassReverse /youuriprefix / http://gmail.com/something
|