Welcome to my
TWiki
wiki
Go
Site
Home
Index
Advanced Search
Recent Changes
Pages
Bash One Liners
La Panim
Shell Scripts
Sys Admins
Toasters Inc
Twiki Stuff
Web Comments
Syndicate
RSS Feed
ATOM Feed
Friends
AuthorityBase.com
Coding-Knight.com
sshoverpci.com
Main
»
WebHome
»
MainPage
»
SysAdmins
»
VarnishInfo
Benchmarks
Varnish, Squid 2.6 and 3.0 with Nginx backend using http_load
Quick -n-dirty features from the FAQ
http://varnish.projects.linpro.no/wiki/FAQ
reverse proxy only
no built-in compression
no built-in ssl (pound or stunnel can be used)
no cache view (use x-varnish headers for debugging)
purge objects with
url.purge {url regex}
conifgurable headers can be used through custom headers in the vcl file
memory managment done by the OS - no tweaking
can change conf on the run
has a rewrite engine
requires a c compiler for running
uses vcl conf files - 'man 7 vcl'
pass is request based operation and pass is for the while tcp session
can perform load balancing: round-robin, ???
all log in memory, can be outputted using commands:
varnishlog client ip:
varnishlog -c -o ReqStart 192.0.2.123
varnishlog backend ip:
varnishlog -b -o TxHeader 192.0.2.123
varnishncsa: w3c logs
can do x-forwarded-for through vcl configuration
can set headers through vcl configuration
support custom error
can ignore get variables through vcl configuration
Varnish Utils (monitoring, logs and stats)
Running daemon stat (cache statistics) -
varnishstat
Full log (for detail debugging) -
arnishlog
Standard web log (NCSA) -
varnishncsa
Top like utility -
varnishtop
Request histogram -
varnishhist
Recent Changes
EC2Setup
Here's my fiddling with AWS, mostly basic usage ...
07 Jan 2009 - 12:26
ToastersInc
Setup (25 December 2008): Debian Etch ...
25 Dec 2008 - 16:58
AmazonCloudSecurity
Host security Hardened Linux installations ...
07 Dec 2008 - 15:54
SysAdmins
Cloud Security Info Howtos (A Sysadmin ...
07 Dec 2008 - 15:50
WebHome
RSS ATOM One Liners Practical examples of the ...
23 Nov 2008 - 15:54
HomeInternetUplink
I keep this one running on putty window on my ...
03 Nov 2008 - 11:21
more changes
hide
r1 - 11 Oct 2008 - 17:21:56 -
ShoKo
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback
Syndicate this site
RSS
ATOM