HEX
Server: Apache
System: Linux vpshost0650.publiccloud.com.br 4.4.79-grsec-1.lc.x86_64 #1 SMP Wed Aug 2 14:18:21 -03 2017 x86_64
User: bandeirantesbomb3 (10068)
PHP: 8.0.7
Disabled: apache_child_terminate,dl,escapeshellarg,escapeshellcmd,exec,link,mail,openlog,passthru,pcntl_alarm,pcntl_exec,pcntl_fork,pcntl_get_last_error,pcntl_getpriority,pcntl_setpriority,pcntl_signal,pcntl_signal_dispatch,pcntl_sigprocmask,pcntl_sigtimedwait,pcntl_sigwaitinfo,pcntl_strerror,pcntl_wait,pcntl_waitpid,pcntl_wexitstatus,pcntl_wifexited,pcntl_wifsignaled,pcntl_wifstopped,pcntl_wstopsig,pcntl_wtermsig,php_check_syntax,php_strip_whitespace,popen,proc_close,proc_open,shell_exec,symlink,system
Upload Files
File: //proc/self/root/proc/self/root/usr/share/doc/varnish-6.0.3/html/_sources/users-guide/index.rst.txt
.. _users-guide-index:

The Varnish Users Guide
=======================

The Varnish documentation consists of three main documents:

* :ref:`tutorial-index` explains the basics and gets you started with Varnish.

* :ref:`users-guide-index` (this document), explains how Varnish works
  and how you can use it to improve your website.

* :ref:`reference-index` contains hard facts and is useful for
  looking up specific questions.

After :ref:`users_intro`, this Users Guide is organized in sections
following the major interfaces to Varnish as a service:

:ref:`users_running` is about getting Varnish configured, with
respect to storage, sockets, security and how you can control and
communicate with Varnish once it is running.

:ref:`users_vcl` is about getting Varnish to handle the
HTTP requests the way you want, what to cache, how to cache it,
modifying HTTP headers etc. etc.

:ref:`users_report` explains how you can monitor what Varnish does,
from a transactional level to aggregating statistics.

:ref:`users_performance` is about tuning your website with Varnish.

:ref:`users_trouble` is for locating and fixing common issues with Varnish.

.. toctree::
   :maxdepth: 2

   intro
   running
   vcl
   report
   performance
   esi
   troubleshooting

.. customizing (which is a non ideal title)

.. No longer used:

        configuration
        command_line
        VCL
	backend_servers
	logging
        sizing_your_cache
        statistics
        increasing_your_hitrate
	cookies
	vary
        hashing
	purging
	compression
	esi
	websockets
	devicedetection
        handling_misbehaving_servers
        advanced_topics
	troubleshooting