INSTALL
上传用户:liugui
上传日期:2007-01-04
资源大小:822k
文件大小:0k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. To build and install the Squid Cache, type:
  2. % ./configure --prefix=/usr/local/squid
  3.         % make all
  4.         % make install
  5. To run a Cache, you will need to:
  6. 1. customize the squid.conf configuration file:
  7.       % vi /usr/local/squid/etc/squid.conf
  8. 2. start the cache:
  9.       % /usr/local/squid/bin/squid
  10. If you want to use the WWW interface to the Cache Manager, copy
  11. the cachemgr.cgi program into your httpd server's cgi-bin
  12. directory.