Re: [squid-users] hi

From: flyinghawk2k <flyinghawk2k_at_gmail.com>
Date: Sun, 25 Jul 2010 06:39:44 +0800

2010/7/25 Albert Wang <albert_wang_at_hotmail.com>:
>
> Hello,
> I am trying to understand ICAP and ECAP services for a project at work, and am finding that squid looks to be a good first step.
>
> To that end, I want to learn how to install and configure squid3 on my home laptop, running Ubuntu 10.4.

1. download the source and untar it.
2. cd the source dir.
3. ./configure --help to check the options for compiling.
4. ./configure --prefix=/usr/local/squid ... (configure it with the
options you want)
5. make && make install (compile and install it)
6. cd /usr/local/squid; sbin/squid -z; (init the cachedir, and look
for what happens)
7. sbin/squid (start the squid)

That's all IMO.
Received on Sat Jul 24 2010 - 22:39:51 MDT

This archive was generated by hypermail 2.2.0 : Sun Jul 25 2010 - 12:00:04 MDT