web-dev-qa-db-ja.com

CentOS 6をプロキシサーバーとして構成する方法

CentOS 6で新しいサーバーをインストールしました。プロキシサーバーになるようにサーバーを構成するにはどうすればよいですか?

4
natra

これらのページにアクセスすると、必要なものがすべて説明されています。

http://www.cyberciti.biz/tips/howto-rhel-centos-Fedora-squid-installation-configuration.html

http://www.php2s.com/linux/install-configure-squid-proxy-server-on-centos-or-enterprise-linux-5-and-implement-access-control-list-to- block-website.html

ただし、プロキシサーバー(ここではsquid)の構成のすべての側面を広く理解したい場合は、次の1冊を読むことをお勧めします。

http://www.Amazon.com/Squid-Proxy-Server-3-1-Beginners/dp/1849513902/ref=sr_1_1?s=books&ie=UTF8&qid=1335773355&sr=1-1

http://www.Amazon.com/Fedora-Networking-Servers-Richard-Petersen/dp/1936280191/ref=sr_1_6?s=books&ie=UTF8&qid=1335773355&sr=1-6

(後者はFedora用ですが、この分野ではFedoraとCentOSの間に基本的な違いはありません)

5
Sam