Commit 7feccdae authored by Per Andreas Buer's avatar Per Andreas Buer

cleaned up the index, must restructure the tutorial some day to balance out the chapters

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5084 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 276cab01
...@@ -9,63 +9,21 @@ cache. The reader should know how to configure her web- or application ...@@ -9,63 +9,21 @@ cache. The reader should know how to configure her web- or application
server and have basic knowledge of the HTTP protocol. The reader server and have basic knowledge of the HTTP protocol. The reader
should have Varnish up and running with the default configuration. should have Varnish up and running with the default configuration.
Good luck. The tutorial is split into short chapters, each chapter taking on a
separate topic. Good luck.
TOC
.. toctree:: :maxdepth: 1
Getting Varnish Running
backend_servers.rst backend_servers
starting_varnish.rst starting_varnish
logging.rst logging
sizing_your_cache.rst sizing_your_cache
putting_varnish_on_port_80.rst putting_varnish_on_port_80
The Varnish Configuration Language vcl
vcl.rst statistics
increasing_your_hitrate
Tuning Varnish advanced_backend_servers
increasing_your_hitrate.rst handling_misbehaving_servers
advanced_backend_servers.rst advanced_topics
handling_misbehaving_servers.rst troubleshooting
Advanced topics
advanced_topics.rst
Troubleshooting and getting help
troubleshooting.rst
.. toctree::
backend_servers.rst
starting_varnish.rst
logging.rst
sizing_your_cache.rst
putting_varnish_on_port_80.rst
vcl.rst
statistics.rst
increasing_your_hitrate.rst
advanced_backend_servers.rst
handling_misbehaving_servers.rst
advanced_topics.rst
troubleshooting.rst
.. todo::
starting varnish with -d, seeing a transaction go through
explain varnishlog output for a miss and a hit
a few simple VCL tricks, including switching VCL on the fly
The helpers: varnishstat, varnishhist, varnishtop varnishncsa
Now that you know how it works, lets talk planning:
- backend, directors and polling
- storage
- logging
- management CLI & security
- ESI
Real life examples:
- A real life varnish explained
- A more complex real life varnish explained
- Sky's Wikia Setup
Varnishtest
- What varnishtest does and why
- writing simple test-cases
- using varnishtest to test your VCL
- using varnishtest to reproduce bugs
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment