Difference between pages "Package:Varnish" and "User:Duncan.britton"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m (forgot to take out infobox stack shit from gentoo importing)
 
 
Line 1: Line 1:
{{Ebuild
{{Person
|Summary=Varnish is a state-of-the-art, high-performance HTTP accelerator
|Geoloc=35.611237, -82.540115
|CatPkg=www-servers/varnish
|Location name=Asheville, NC, United States of America
|Maintainer=
|Blogs=
|Full name=Duncan Glover Britton
|Email=duncan.britton@outlook.com
|Roles={{Role
|Role type=Contributor
|Role desc=Wiki
}}
}}
__TOC__
|Maintains=
'''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 04:36, June 27, 2014


Location

Loading map...
Asheville, NC, United States of America