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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    WWDC25

『Nginx Forum』

  • 人気
  • 新着
  • すべて
  • nginx how too enable intel aesni engine

    3 users

    forum.nginx.org

    Hi Nginx. I have Intel(R) Xeon(R) CPU E5620 based web-server. I have managed to patch the openssl ver 1.0.0 so i have support for the AES-NI engine. openssl engine -t (aesni) Intel AES-NI engine [ available ] (dynamic) Dynamic engine loading support [ unavailable ] (4758cca) IBM 4758 CCA hardware engine support [ unavailable ] (aep) Aep hardware engine support [ unavailable ] (atalla) Atalla hardw

    • テクノロジー
    • 2015/02/05 09:18
    • Configuring Nginx + PHP-FPM for Heavy Load

      17 users

      forum.nginx.org

      I was looking everywhere, but I could never find a good guide that explains how to configure Nginx with PHP-FPM for a heavy server load, so I hope this is the place where I will find my answer. I have a 24 core server with 32GB RAM with Centos 5.6 which is running Nginx 1.0.2 web server with PHP-FPM (PHP 5.3.5) which is hosting a website that is running some very easy and fast php scripts which ar

      • テクノロジー
      • 2014/10/30 13:14
      • nginx
      • php
      • performance
      • Re: proxy pass if not found on local

        3 users

        forum.nginx.org

        Hello! On Thu, Aug 26, 2010 at 07:57:05AM -0400, stingreen wrote: > Hello, > Well, the subject says it all. Is it possible ? I tried something like > the following without success. Check the htdocs first, if not found, > look under somedomain.com. > Thanks in advance, > > > location / { > > index index.html index.htm; > root /foo/bar/htdocs; > proxy_pass http://somedomain.com/; > } location / { in

        • テクノロジー
        • 2014/09/02 00:01
        • Linux
        • Web
        • ngx_slab_alloc() failed: no memory in cache keys zone "zone-xyz"

          3 users

          forum.nginx.org

          Hi, We have a nginx1.0.5 version installed in our system. We are getting this error continuously in our nginx error log. ngx_slab_alloc() failed: no memory in cache keys zone "zone-xyz". I have increased this value to 20G, even 30G also still getting the same error. Can you help to fix this error please. -- Thanks in Advance, -Praveen Kumar.M _______________________________________________ nginx m

          • テクノロジー
          • 2014/08/08 18:33
          • Upcoming SPDY support details

            5 users

            forum.nginx.org

            Hi all, I'm developing SPDY (draft 2) support for Tornado, a Python web framework that often uses nginx as a reverse proxy. AFAICT, nginx will roll out its own SPDY support in 1.3, to be released at the end of May or in early June. I'd like Tornado to complement nginx's design, but I can't find any details of its SPDY implementation online or in svn, so I'll ask a few questions here. 1. To avoid t

            • テクノロジー
            • 2012/05/18 00:01
            • SPDY
            • nginx
            • server
            • How to add nginx system for a windows service?

              3 users

              forum.nginx.org

              I am wondering too. Referring to Kevin's work : http://www.kevinworthington.com/nginx-for-windows/ I see that "start_nginx.bar just calls nginx.exe, and stop_nginx.bat just kills the process (process -k nginx.exe). I tried the following but starting the service gives me a 1053 error code. [code] sc.exe create nginx binpath= "C:\nginx-0.7.59\nginx.exe" displayname= "http server nginx" depend= Tcpip

              • テクノロジー
              • 2011/10/05 14:06
              • nginx
              • Windows
              • service

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

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

              『Nginx Forum』の新着エントリーを見る

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

              j次のブックマーク

              k前のブックマーク

              lあとで読む

              eコメント一覧を開く

              oページを開く

              はてなブックマーク

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

              公式Twitter

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

              はてなのサービス

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