Difference between revisions of "HTTP"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 9: Line 9:
  
 
* [http://httpie.org HTTPie] is a CLI, cURL-like tool for humans
 
* [http://httpie.org HTTPie] is a CLI, cURL-like tool for humans
 +
 +
* [http://httpbin.org/ httpbin(1)] - HTTP Request & Response Service
  
 
== Servers ==
 
== Servers ==

Revision as of 17:07, 18 July 2012


Basics

  • HTTPie is a CLI, cURL-like tool for humans

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

Security

Performance