Using Apache ProxyPass on Ubuntu

本文介绍了如何在Ubuntu系统上配置Apache作为代理服务器的方法。主要包括安装Apache2、激活相关模块、修改默认配置文件以及重启Apache服务等步骤。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Using Apache ProxyPass on Ubuntu


The 8080,80 ports are forbidden from ADSL. So I need to use apache as my proxy.

1. First step is to install apache2 on my system.
I have already done that. So I can jump to the next step.

2. Active modules in apache2:
>a2enmod proxy
>a2enmod proxy_http

3. Change the default configuration, or create a file in that directory.
>cd /etc/apache2/sites-available
>vi default
or
>vi sillycat

add these lines to default, or create the whole context just taking default as an sample:
ProxyPass /easystruts2proxy http://localhost:8080/easystruts2proxy
ProxyPassReverse /easystruts2proxy http://localhost:8080/easystruts2proxy

4. Enable the new site and restart apache2:
>a2ensite sillycat (optional)
>/etc/init.d/apache2 restart

references:
http://serbiancafe.wordpress.com/2006/10/20/apaches-proxypass-on-ubuntu/
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值