Difference between revisions of "HTTP"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 71: Line 71:
 
* http://blitz.io/
 
* http://blitz.io/
 
* http://serverfault.com/questions/350062/the-strange-case-of-mr-time-to-first-byte
 
* http://serverfault.com/questions/350062/the-strange-case-of-mr-time-to-first-byte
 +
 +
* https://www.varnish-cache.org/

Revision as of 04:13, 13 July 2012


Basics

Servers

Nginx


Site folder location can vary.

/var/www
  debian
/etc/nginx/html
  arch linux

Site setup

Create 'Server Block' (vhost) config file in

/etc/nginx/sites-available

and later ln -s them in

/etc/nginx/sites-enabled

Enable logging in vhost conf;

error_log /var/log/nginx-vhostnamehere.log error;

Tools

Apache

Other

Performance