Commit 64438cd0 authored by Lasse Karstensen's avatar Lasse Karstensen

Minor cleanups

parent b4068d3e
......@@ -38,7 +38,7 @@ it mostly on topic, and please don't paste random links unless they are
Mailing Lists
=============
Subscribing or unsubscribing to our mailing lists is handled through our Mailman_.
Subscribing or unsubscribing to our mailing lists is handled through mailman_.
If you are going to use Varnish, subscribing to our `varnish-announce`
mailing list is a very good idea. The typical pattern is that
......
......@@ -106,11 +106,8 @@ packages installed:
* `pcre-devel`
* `pkgconfig`
* `libedit-devel`
If you're building from git, you also need the following:
* `docutils`
* `python-sphinx` (optional, if you want to build the documentation)
* `python-sphinx`
Compiling Varnish
-----------------
......@@ -144,9 +141,9 @@ And finally, the true test of a brave heart::
sudo make install
Varnish will now be installed in `/usr/loca``l. The ``varnishd` binary is in
Varnish will now be installed in `/usr/local`. The ``varnishd` binary is in
`/usr/local/sbin/varnishd` and its default configuration will be
`/usr/local/etc/varnish/default.vcl`.
After succesful installation you are ready to proceed to the :ref:`tutorial-index`.
After successful installation you are ready to proceed to the :ref:`tutorial-index`.
......@@ -3,7 +3,7 @@
Backend servers
---------------
Varnish has a concept of `backend` or `origin` servers. A backend
Varnish has a concept of `backend` or origin servers. A backend
server is the server providing the content Varnish will accelerate via the cache.
Our first task is to tell Varnish where it can find its content. Start
......@@ -41,15 +41,9 @@ localhost, port 8080.::
}
Varnish can have several backends defined and can even join
several backends together into clusters of backends for load balancing
purposes, having Varnish pick one backend based on different
algorithms.
A lot of the power of Varnish Cache comes from it's design, which
might not be what you are expecting.
.. XXX:What am I expecting? benc
Varnish can have several backends defined and can even join several backends
together into clusters of backends for load balancing purposes, having Varnish
pick one backend based on different algorithms.
Next, let's have a look at some of what makes Varnish unique and what you can do with it.
......
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