News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Getting Started with Varnish
January 22, 2013 @ 10:37:17

On PHPMaster.com today there's a new tutorial that can help you increase the performance of your application relatively painlessly with the help of the Varnish proxy tool. The article helps you get started.

Varnish is a reverse proxy server; it sits in front of your web server and serves content from your server and no one else's. Reverse proxy servers are tightly coupled to the web server and can act on messages received from it. [...] Simply put, Varnish does one thing: serve web content super fast.

You'll need command line access to the machine (as well as permissions to install the software) but getting it installed is a simple "apt-get" away. There's a bit of configuration to set up to get it up and working, but it's only a few lines...and examples are included in the tutorial. They get into some of the more advanced configuration options too, like the time-to-live and changing the port it listens on. Varnish isn't just for PHP applications either - it can be used effectively for any kind of web application as it's just a proxy layer that sits on top and waits for requests.

0 comments voice your opinion now!
varnish tutorial application cache reverse proxy


blog comments powered by Disqus

Similar Posts

Bruno Terkaly's Blog: Highly Scalable PHP - Step 01 - Introduction

Leaseweb Labs Blog: Tuning Zend framework and Doctrine

Community News: Packagist Latest Releases for 03.15.2013

Site News: Job Postings for the week of 06.03.2012

PHPMaster.com: Creating Web Services with PHP and SOAP, Part 2


Community Events











Don't see your event here?
Let us know!


language tool example composer community zendframework2 series introduction functional code development opinion framework podcast database phpunit object testing interview release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework