Unix and Linux Discussions Tagged with squid |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
4 |
5,701 |
Linux |
|
|
|
4 |
12,532 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
2,765 |
Red Hat |
|
|
|
2 |
3,525 |
Linux |
|
|
|
1 |
13,251 |
Linux |
|
|
|
5 |
8,809 |
IP Networking |
|
|
|
1 |
8,255 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
4,457 |
Ubuntu |
|
|
|
0 |
8,055 |
IP Networking |
|
|
|
1 |
2,215 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
5,270 |
UNIX and Linux Applications |
|
|
|
0 |
5,817 |
IP Networking |
|
|
|
0 |
3,919 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
6,487 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
11,754 |
IP Networking |
|
|
|
4 |
8,466 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
3,823 |
Linux |
|
|
|
2 |
4,252 |
Linux |
|
|
|
0 |
3,949 |
Emergency UNIX and Linux Support |
|
|
|
1 |
5,893 |
Web Development |
|
|
|
4 |
7,474 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
4,041 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
2,910 |
Shell Programming and Scripting |
|
|
|
3 |
14,826 |
UNIX and Linux Applications |
|
|
|
4 |
12,101 |
Shell Programming and Scripting |
|
|
|
0 |
5,777 |
Red Hat |
|
|
|
0 |
1,076 |
Software Releases - RSS News |
|
|
|
7 |
13,111 |
Linux |
|
|
|
0 |
5,825 |
Web Development |
|
|
|
5 |
5,959 |
Linux |
|
|
|
0 |
3,132 |
UNIX and Linux RSS News |
|
|
|
0 |
1,239 |
Software Releases - RSS News |
|
|
|
0 |
1,457 |
UNIX and Linux RSS News |
|
|
|
1 |
9,531 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
3,992 |
UNIX and Linux RSS News |
|
|
|
0 |
3,723 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
1,216 |
Software Releases - RSS News |
|
|
|
0 |
1,268 |
Software Releases - RSS News |
|
|
|
0 |
938 |
Software Releases - RSS News |
|
|
|
0 |
1,396 |
Software Releases - RSS News |
squid(8) System Manager's Manual squid(8)
NAME
squid - proxy caching server
SYNOPSIS
squid [ -dhsvzCDFNRVYX ] [ -f config-file ] [ -[ au ] port ] [ -k signal ]
DESCRIPTION
squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, and HTTP data objects. Unlike traditional
caching software, squid handles all requests in a single, non-blocking, I/O-driven process.
squid keeps meta data and especially hot objects cached in RAM, caches DNS lookups, supports non-blocking DNS lookups, and implements nega-
tive caching of failed requests.
squid supports SSL, extensive access controls, and full request logging. By using the lightweight Internet Cache Protocol, squid caches
can be arranged in a hierarchy or mesh for additional bandwidth savings.
squid consists of a main server program squid, a Domain Name System lookup program dnsserver, some optional programs for rewriting requests
and performing authentication, and some management and client tools. When squid starts up, it spawns a configurable number of dnsserver
processes, each of which can perform a single, blocking Domain Name System (DNS) lookup. This reduces the amount of time the cache waits
for DNS lookups.
squid is derived from the ARPA-funded Harvest Project http://harvest.cs.colorado.edu/
This manual page only lists the command line arguments. For details on how to configure squid see the file /etc/squid/squid.conf, the FAQ
included with the distribution and the documentation at the squid home page http://www.squid-cache.org
OPTIONS
-a port
Specify HTTP port number (default: 3128).
-d level
Write debugging to stderr also.
-f file
Use the given config-file instead of /etc/squid/squid.conf
-h Print help message.
-k reconfigure | rotate | shutdown | interrupt | kill | debug | check | parse
Parse configuration file, then send signal to running copy (except -k parse) and exit.
-s Enable logging to syslog.
-u port
Specify ICP port number (default: 3130), disable with 0.
-v Print version.
-z Create swap directories
-C Do not catch fatal signals.
-D Disable initial DNS tests.
-F Don't serve any requests until store is rebuilt.
-N No daemon mode.
-R Do not set REUSEADDR on port.
-V Virtual host httpd-accelerator.
-X Force full debugging.
-Y Only return UDP_HIT or UDP_MISS_NOFETCH during fast reload.
FILES
/etc/squid/squid.conf
The main configuration file. You must initially make changes to this file for squid to work. For example, the default configura-
tion does not allow access from any browser.
squid version 2.0 squid(8)