Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeyoll/varnish-config
Varnish config files for further reference
https://github.com/aeyoll/varnish-config
Last synced: 3 days ago
JSON representation
Varnish config files for further reference
- Host: GitHub
- URL: https://github.com/aeyoll/varnish-config
- Owner: aeyoll
- Created: 2012-09-16T19:59:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-16T21:49:55.000Z (over 12 years ago)
- Last Synced: 2024-11-01T23:25:11.500Z (about 2 months ago)
- Homepage: http://jp.bidega.in/mettre-en-place-varnish-sur-son-serveur-ubuntu-debian/
- Size: 105 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
varnish-config
==============## Varnish installation
```
sudo curl http://repo.varnish-cache.org/debian/GPG-key.txt | apt-key add -
sudo echo "deb http://repo.varnish-cache.org/debian/ $(lsb_release -s -c) varnish-2.1" >> /etc/apt/sources.list
sudo apt-get update
sudo apt-get install varnish
```## References
* Tutorial: Setting up Varnish with Apache: http://www.euperia.com/website-performance-2/setting-up-varnish-with-apache-tutorial/299
* Putting Varnish In Front Of Apache On Ubuntu/Debian: http://www.howtoforge.com/putting-varnish-in-front-of-apache-on-ubuntu-debian
* Upgrading from Varnish 2.1 to 3.0: https://www.varnish-cache.org/docs/3.0/installation/upgrade.html