PHP & event 2009/09/04 13:50

WordPress.comのHTTPヘッダを見ると

PHPカンファレンスに来ています。

Automattic,Inc.のマクラケン直子さんの発表を聞きつつ、そういえばWordPress.comってnginx使ってたなと思って、Live HTTP headersでレスポンスヘッダを見てみました。

返ってきたのが以下。

CODE:
  1. HTTP/1.x 200 OK
  2. Server: nginx
  3. Date: Fri, 04 Sep 2009 04:41:08 GMT
  4. Content-Type: text/html; charset=UTF-8
  5. Transfer-Encoding: chunked
  6. Connection: close
  7. Last-Modified: Fri, 04 Sep 2009 04:40:40 +0000
  8. Cache-Control: max-age=2, must-revalidate
  9. Vary: Cookie, Accept-Encoding
  10. X-hacker: If you're reading this, you should visit automattic.com/jobs and apply to join the fun, mention this header.
  11. X-Pingback: http://wordpress.com/xmlrpc.php
  12. Link: <http://wp.me/1>; rel=shortlink
  13. X-nananana: Batcache
  14. Content-Encoding: gzip

ああやっぱりnginxね。と下を見ると気になるヘッダが。

CODE:
  1. X-hacker: If you're reading this, you should visit automattic.com/jobs and apply to join the fun, mention this header.

雇って貰えますかね:-D

他のサイトでもこういう面白ヘッダあるのかな。



■Related Posts

  • No related posts

4 Responses to “WordPress.comのHTTPヘッダを見ると”

  1. on 04 9月 2009 at 16:12 1.マクラケン直子 said …

    はい、Systems Wrangler 募集中です!
    http://automattic.com/jobs/
    :)

  2. on 04 9月 2009 at 16:28 2.shinbara said …

    マクラケン直子さん:
    プレゼンお疲れ様でした!
    このblogもWordPressですので、いつもお世話になっていますm(_ _)m

  3. on 05 9月 2009 at 00:05 3.2009/09/04に気になったこと | debeso said …

    [...] WordPress.comのHTTPヘッダを見ると | Shin x blog automattic.comのしゃれ?headerが面白い [...]

  4. on 13 9月 2009 at 16:50 4.Office L » [WPPH02]WP2.8系の新しいフック wp_headers (If you’re reading thisってやつ。 said …

    [...] この記事によると、WordPress.com では、HTTPレスポンスヘッダーに X-hacker ヘッダをつけているそうです。一般ユーザはあんまり見ない(であろう)レスポンスヘッダに文字を埋めとくなんて古典的なネタだけど、時代は回っているものなので、こういうのも原点回帰っぽくて面白いかなぁと。 [...]

Trackback This Post | Subscribe to the comments through RSS Feed

Leave a Reply