Revision [3930]
Last edited on 2011-04-05 19:35:26 by KenFongAdditions:
$ curl -L -I -H 'Accept-Encoding: gzip,deflate' http://www.godaddy.com 2>&1 | grep ^Content-Encoding
Deletions:
HTTP/1.1 200 OK
Date: Wed, 06 Apr 2011 02:21:54 GMT
Server: Apache
Last-Modified: Tue, 05 Apr 2011 15:33:23 GMT
ETag: "2697-4a02d98b7d6c0"
Accept-Ranges: bytes
Content-Length: 9879
Cache-Control: public, must-revalidate, proxy-revalidate
Expires: Wed, 06 Apr 2011 02:21:54 GMT
Vary: Accept-Encoding,Cookie
X-Pingback: http://www.if-not-true-then-false.com/xmlrpc.php
X-Powered-By: W3 Total Cache/0.9.1.3
Pragma: public
Content-Type: text/html; charset=UTF-8
Revision [3929]
Edited on 2011-04-05 19:24:03 by KenFongAdditions:
===http compression check===
# Look for Content-Encoding: gzip or Content-Encoding: deflate:
$ curl -I -H 'Accept-Encoding: gzip,deflate' http://www.if-not-true-then-false.com
HTTP/1.1 200 OK
Date: Wed, 06 Apr 2011 02:21:54 GMT
Server: Apache
Last-Modified: Tue, 05 Apr 2011 15:33:23 GMT
ETag: "2697-4a02d98b7d6c0"
Accept-Ranges: bytes
Content-Length: 9879
Cache-Control: public, must-revalidate, proxy-revalidate
Expires: Wed, 06 Apr 2011 02:21:54 GMT
Vary: Accept-Encoding,Cookie
X-Pingback: http://www.if-not-true-then-false.com/xmlrpc.php
X-Powered-By: W3 Total Cache/0.9.1.3
Pragma: public
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
# Look for Content-Encoding: gzip or Content-Encoding: deflate:
$ curl -I -H 'Accept-Encoding: gzip,deflate' http://www.if-not-true-then-false.com
HTTP/1.1 200 OK
Date: Wed, 06 Apr 2011 02:21:54 GMT
Server: Apache
Last-Modified: Tue, 05 Apr 2011 15:33:23 GMT
ETag: "2697-4a02d98b7d6c0"
Accept-Ranges: bytes
Content-Length: 9879
Cache-Control: public, must-revalidate, proxy-revalidate
Expires: Wed, 06 Apr 2011 02:21:54 GMT
Vary: Accept-Encoding,Cookie
X-Pingback: http://www.if-not-true-then-false.com/xmlrpc.php
X-Powered-By: W3 Total Cache/0.9.1.3
Pragma: public
Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Revision [3479]
Edited on 2009-08-11 06:52:16 by WikiAdminAdditions:
===Load Balancing===
== [[HAproxy HAProxy]]==
== [[HAproxy HAProxy]]==
Revision [3477]
Edited on 2009-08-10 19:59:55 by WikiAdminAdditions:
== [[SunWebServer Sun Web Server]]==
Revision [2047]
Edited on 2008-10-22 06:42:51 by WikiAdminAdditions:
| Server | Direct | Varnish | Nginx |
| Direct | Varnish | Nginx |
| Direct | Varnish | Nginx | |
| Document size | 417b | 417b | 417b |
| Concurrent level | 100 | 100 | 100 |
| Requests | 10000 | 10000 | 10000 |
| Mean time/request | 676.88ms | 53.5ms | 56.27ms |
| Transfer rate | 94.51KB/s | 1284.88KB/s | 1120.87KB/s |
| Failed requests | 0 | 0 | 0 |
| Longest request | 66042 | 181 | 406 |
""
Deletions:
Revision [2045]
Edited on 2008-10-22 06:35:02 by WikiAdminAdditions:
""""
Deletions:
Revision [2044]
Edited on 2008-10-22 06:34:41 by WikiAdminAdditions:
==Reverse proxy benchmark==
''''
''''
Revision [2033]
Edited on 2008-10-22 05:37:22 by WikiAdminAdditions:
== [[nginx ngnix reverse proxy]]==
Revision [1902]
Edited on 2008-08-20 02:21:13 by WikiAdminAdditions:
== [[Squid Squid reverse proxy]] ==
== [[Varnish Varnish reverse proxy]]==
== [[Varnish Varnish reverse proxy]]==
Deletions:
Revision [1835]
Edited on 2008-07-22 07:17:41 by WikiAdminAdditions:
== [[Pound Pound reverse proxy]]==
Revision [1504]
Edited on 2008-03-18 08:35:15 by WikiAdminAdditions:
==Testing vhost with curl==
%%
curl -H 'Host: www.mydomain.com' http://1.2.3.4/
%%
%%
curl -H 'Host: www.mydomain.com' http://1.2.3.4/
%%
Revision [980]
Edited on 2007-09-27 23:00:48 by WikiAdminAdditions:
== [[Lighttpd Lighttpd]] ==
Revision [791]
Edited on 2007-07-24 03:30:28 by WikiAdminAdditions:
== [[Squid Squid Reverse Proxy]] ==
Revision [268]
Edited on 2007-04-19 02:36:16 by WikiAdminDeletions:
Revision [125]
Edited on 2007-04-14 21:27:18 by WikiAdminAdditions:
{{parent page="HomePage"}}