Squid Proxy Server 3.1 Beginner's Guide.
Improve the performance of your network using the caching and access control capabilities of Squid.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Pub.,
2011.
|
Colección: | Learn by Doing: Less Theory, More Results
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Table of Contents; Squid Proxy Server 3.1 Beginner's Guide; Squid Proxy Server 3.1 Beginner's Guide; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers, and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Time for action
- heading; What just happened?; Pop quiz; Have a go hero
- heading; Reader feedback; Customer support; Errata; Piracy; Questions; 1. Getting Started with Squid; Proxy server; Reverse proxy; Getting Squid.
- Time for action
- identifying the right versionWhat just happened?; Methods of obtaining Squid; Using source archives; Time for action
- downloading Squid; What just happened?; Obtaining the latest source code from Bazaar VCS; Time for action
- using Bazaar to obtain source code; What just happened?; Have a go hero
- fetching the source code; Using binary packages; Installing Squid; Installing Squid from source code; Compiling Squid; Why compile?; Uncompressing the source archive; Configure or system check;
- prefix;
- enable-gnuregex;
- disable-inline;
- disable-optimizations.
- Enable-storeio
- enable-removal-policies;
- enable-icmp;
- enable-delay-pools;
- enable-esi;
- enable-useragent-log;
- enable-referer-log;
- disable-wccp;
- disable-wccpv2;
- disable-snmp;
- enable-cachemgr-hostname;
- enable-arp-acl;
- disable-htcp;
- enable-ssl;
- enable-cache-digests;
- enable-default-err-language;
- enable-err-languages;
- disable-http-violations;
- enable-ipfw-transparent;
- enable-ipf-transparent;
- enable-pf-transparent;
- enable-linux-netfliter;
- enable-follow-x-forwarded-for;
- disable-ident-lookups;
- disable-internal-dns;
- enable-default-hostsfile;
- enable-auth.
- Old SyntaxNew Syntax;
- enable-auth-basic;
- enable-auth-ntlm;
- enable-auth-negotiate;
- enable-auth-digest;
- enable-ntlm-fail-open;
- enable-external-acl-helpers;
- disable-translation;
- disable-auto-locale;
- disable-unlinkd;
- with-default-user;
- with-logdir;
- with-pidfile;
- with-aufs-threads;
- without-pthreads;
- with-openssl;
- with-large-files;
- with-filedescriptors; Have a go hero
- file descriptors; Time for action
- running the configure command; What just happened?; Have a go hero
- debugging configure errors; Time for action
- compiling the source; What just happened?
- Time for action
- installing SquidWhat just happened?; Time for action
- exploring Squid files; bin; bin/squidclient; etc; etc/squid.conf; etc/squid.conf.default; etc/squid.conf.documented; libexec; libexec/cachemgr.cgi; sbin; sbin/squid; share; share/errors; share/icons; share/man; var; var/cache; var/logs; What just happened?; Installing Squid from binary packages; Fedora, CentOS or Red Hat; Debian or Ubuntu; FreeBSD; OpenBSD or NetBSD; Dragonfly BSD; Gentoo; Arch Linux; Pop quiz; Summary; 2. Configuring Squid; Quick start; Syntax of the configuration file; Types of directives.