Commit b6dec792 authored by Per Andreas Buer's avatar Per Andreas Buer

Remove the command line. Incorrect and not really needed.

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5071 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent c0cae048
......@@ -93,8 +93,6 @@ installed. On a Debian or Ubuntu system these are:
* libpcre3-dev
* pkg-config
To install all these just type ``sudo apt-get install autotools-dev automake1.9 libtool autoconf libncurses-dev xsltproc groff-base libpcre3-dev``.
Build dependencies on Red Hat / Centos
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
.. _tutorial-index:
%%%%%%%%%%%%%%%%
Varnish Tutorial
%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%
Using Varnish
%%%%%%%%%%%%%
Varnish is a web accelerator. It is installed in front of your web
application and it caches the reponses, making your web site run Varnish
is fast, flexible and easy to use.
This tutorial is intended for system administrators managing Varnish
cache. The reader should know how to configure her web- or application
server and have basic knowledge of the HTTP protocol. The reader
should have Varnish up and running with the default configuration.
This tutorial does not go through every bit of functionality Varnish
has. It will give you a good overview of what Varnish does and how it
is done.
Good luck.
We assume you have a web server and a web application up and running
and that you want to accelerate this application with Varnish.
TOC
Furthermore we assume you have read the :ref:`install-index` and that
it is installed with the default configuration.
Getting Varnish Running
backend_servers.rst
starting_varnish.rst
logging.rst
sizing_your_cache.rst
putting_varnish_on_port_80.rst
The Varnish Configuration Language
vcl.rst
Good luck.
Tuning Varnish
increasing_your_hitrate.rst
advanced_backend_servers.rst
handling_misbehaving_servers.rst
Advanced topics
advanced_topics.rst
Troubleshooting and getting help
troubleshooting.rst
.. toctree::
......
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