はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ノーベル賞

『Blog Posts』

  • 人気
  • 新着
  • すべて
  • Understanding the Nginx Configuration Inheritance Model

    5 users

    blog.martinfjordvald.com

    The nginx configuration model is a big improvement over the Apache HTTPd one. But when you dive in deeper there are some quirks to be aware of. Without knowledge of the fundamentals it’s easy to run into situations where you get unexpected behaviour. To make sure you always know how to wrangle nginx I’ve prepared this post to help you understand how it all works, read on! To understand the inherit

    • テクノロジー
    • 2013/05/27 00:35
    • nginx
    • WebSockets in Nginx

      5 users

      blog.martinfjordvald.com

      Version 1.3.13 of nginx is out and with it comes support for Connection: upgrade and Upgrade header, meaning proxying of WebSockets! Many people have been waiting for this and “are websockets in nginx supported?” is one of the most frequent questions in #nginx on freenode. With that out of the way, time to have a look at the nginx WebSocket implementation. The New Nginx Websockets Configuration Di

      • テクノロジー
      • 2013/02/23 22:58
      • websocket
      • nginx
      • Nginx Configuration Primer

        4 users

        blog.martinfjordvald.com

        Nginx is a constantly evolving web server rapidly growing in popularity. In July of 2013 nginx even managed to become the most used web server amongst the top 1000 sites ranked by traffic. It’s safe to say that these days you cannot afford to not know about nginx or how to use it. Unfortunately the nginx documentation is more of an API documentation than it’s an introduction to how nginx actually

        • テクノロジー
        • 2012/03/24 18:22
        • Nginx
        • Nginx Primer 2: From Apache to Nginx

          4 users

          blog.martinfjordvald.com

          The Big Picture So you’ve finally decided to make the switch from Apache to nginx. You most likely did this for performance reasons; perhaps all those blogs have been writing about how fast nginx is. Perhaps your webmaster friends have been raving about how they can now handle a lot more traffic without spending money on hardware. This is usually all true, but why exactly is nginx so much faster t

          • テクノロジー
          • 2011/05/18 21:06
          • Optimizing Nginx for High Traffic Loads

            4 users

            blog.martinfjordvald.com

            I have previously talked about some of the most common nginx questions. Not surprisingly, one such question is how to optimize nginx for high performance. This is not surprising as most new nginx users are migrating from Apache and thus are used to having to tune settings and perform voodoo magic to ensure their servers perform well. So how do you tune and optimise nginx? Read on! Well I’ve got so

            • テクノロジー
            • 2011/05/01 10:24
            • nginx
            • performance
            • Implementing Full-Page caching with Nginx and PHP

              3 users

              blog.martinfjordvald.com

              This is part two in my caching series. Part one covered the concept behind the full page caching as well as potential problems to keep in mind. This part will focus on implementing the concept in actual PHP code. By the end of this you’ll have a working implementation that can cache full pages and invalidate them intelligently when an update happens. Requirements I’ll provide a fully functional fr

              • テクノロジー
              • 2011/02/20 18:04
              • nginx
              • php
              • 12,000 Requests per second with Nginx, PHP and Memcached

                3 users

                blog.martinfjordvald.com

                Please tell me, were those test run from the same server that nginx was running or was it run from a different pc in a different network? Cause I’ll be happy just getting the stats you got before you switched to using the nginx cache. We also use memcached for our pages and this is the stats I’m getting for a page that’s fully cached, we use apache 2.1 and php 5.1 Stats when I run ab on a differen

                • テクノロジー
                • 2011/02/15 18:20
                • nginx
                • php

                このページはまだ
                ブックマークされていません

                このページを最初にブックマークしてみませんか?

                『Blog Posts』の新着エントリーを見る

                キーボードショートカット一覧

                j次のブックマーク

                k前のブックマーク

                lあとで読む

                eコメント一覧を開く

                oページを開く

                はてなブックマーク

                • 総合
                • 一般
                • 世の中
                • 政治と経済
                • 暮らし
                • 学び
                • テクノロジー
                • エンタメ
                • アニメとゲーム
                • おもしろ
                • アプリ・拡張機能
                • 開発ブログ
                • ヘルプ
                • お問い合わせ
                • ガイドライン
                • 利用規約
                • プライバシーポリシー
                • 利用者情報の外部送信について
                • ガイドライン
                • 利用規約
                • プライバシーポリシー
                • 利用者情報の外部送信について

                公式Twitter

                • 公式アカウント
                • ホットエントリー

                はてなのサービス

                • はてなブログ
                • はてなブログPro
                • 人力検索はてな
                • はてなブログ タグ
                • はてなニュース
                • ソレドコ
                • App Storeからダウンロード
                • Google Playで手に入れよう
                Copyright © 2005-2025 Hatena. All Rights Reserved.
                設定を変更しましたx