Commit 244a582f authored by Anders Berg's avatar Anders Berg

Cleaned up some code in the general section. Used the ** marker for bolding...

Cleaned up some code in the general section. Used the ** marker for bolding the questions. Added a internal ref to the installation doc so we could use best-practice referencing. Added som stuff to FAQ/configuration.

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4786 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 6d71a5eb
...@@ -13,7 +13,7 @@ VCL is an acronym for Varnish Configuration Language. In a VCL file, you config ...@@ -13,7 +13,7 @@ VCL is an acronym for Varnish Configuration Language. In a VCL file, you config
We are working on documenting VCL. The `WIKI <http://varnish-cache.org/wiki/VCLExamples>`_ contains some examples. We are working on documenting VCL. The `WIKI <http://varnish-cache.org/wiki/VCLExamples>`_ contains some examples.
Please also see "man 7 vcl". Please also see ``man 7 vcl``.
**How do I load VCL file while Varnish is running?** **How do I load VCL file while Varnish is running?**
......
This diff is collapsed.
.. _install-doc:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Installing Varnish on your computer Installing Varnish on your computer
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
...@@ -27,6 +29,7 @@ being: ...@@ -27,6 +29,7 @@ being:
**CentOS/RedHat 5.4 - RPM files** **CentOS/RedHat 5.4 - RPM files**
We try to keep the lastest version available as prebuildt RPMs (el4 & el5) on `SourceForge <http://sourceforge.net/projects/varnish/files/>`_. We try to keep the lastest version available as prebuildt RPMs (el4 & el5) on `SourceForge <http://sourceforge.net/projects/varnish/files/>`_.
Varnish is included in the `EPEL <http://fedoraproject.org/wiki/EPEL>`_ repository. **BUT** unfortunatly we had a syntax change in Varnish 2.0.6->2.1.X. This means that we can not update Varnish in `EPEL <http://fedoraproject.org/wiki/EPEL>`_ so the latest version there is Varnish 2.0.6. In the future (EPEL6) we should be available with Varnish 2.1.X or higher. Varnish is included in the `EPEL <http://fedoraproject.org/wiki/EPEL>`_ repository. **BUT** unfortunatly we had a syntax change in Varnish 2.0.6->2.1.X. This means that we can not update Varnish in `EPEL <http://fedoraproject.org/wiki/EPEL>`_ so the latest version there is Varnish 2.0.6. In the future (EPEL6) we should be available with Varnish 2.1.X or higher.
**Debian/Ubuntu - DEB files** **Debian/Ubuntu - DEB files**
......
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