Difference between pages "Package:Varnish" and "User:Sursum"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m (forgot to take out infobox stack shit from gentoo importing)
 
(Created page with "{{Person |Geoloc=47.78129, 7.34687 |Location name=Illzach |Blogs= }}")
 
Line 1: Line 1:
{{Ebuild
{{Person
|Summary=Varnish is a state-of-the-art, high-performance HTTP accelerator
|Geoloc=47.78129, 7.34687
|CatPkg=www-servers/varnish
|Location name=Illzach
|Maintainer=
|Blogs=
}}
}}
__TOC__
'''Varnish''' is a webcache & http accelerator.  Varnish will either serve cached content, or retireve content from the server, and cache it.  Varnish will reduce I/O pressure from webservers.
==Install==
===Emerge===
Install {{Package|www-servers/varnish}}
<console>###i##www-servers/varnish</console>
==Configuration==
Configuration is controlled by /etc/varnish/default.vcl
{{file|name=/etc/varnish/default.vcl|desc=varnish configuration file|body=
# backend default {
#    .host = "127.0.0.1";
#    .port = "8080";
# }
}}
Any traffic pointed at port 8080 will be through varnish.
== BootService ==
To start varnish immediately:
<console>###i##rc-service varnishd start</console>
To start varnish at boot:
<console>###i##rc-update add varnishd default</console>
== Verification ==
To verify that your traffic is going through varnish.
<console>$##i##curl -I https://www.varnish-cache.org/</console>
[[Category:Server]]
[[Category:Daemons]]
{{EbuildFooter}}

Latest revision as of 15:17, January 4, 2015


Location

Loading map...
Illzach