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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    WWDC25

『FastCGI Home』

  • 人気
  • 新着
  • すべて
  • FastCGI Programmer's Guide - Chapter 1, The Fast Common Gateway Interface

    3 users

    www.fastcgi.com

    The Fast Common Gateway Interface (FastCGI) is an enhancement to the existing CGI (Common Gateway Interface), which is a standard for interfacing external applications with Web servers. FastCGI is a proposed open standard and we expect both free and commercial Web servers to support it. FastCGI is included in Open Market WebServer and Secure WebServer, versions 2.0 and greater. Advantages of FastC

    • 学び
    • 2015/07/16 20:12
    • web
    • ネットワーク
    • プログラミング
    • FastCGI Developer's Kit

      3 users

      www.fastcgi.com

      FastCGI Developer's Kit Mark R. Brown Open Market, Inc. Document Version: 1.08 11 June 1996 Copyright © 1996 Open Market, Inc. 245 First Street, Cambridge, MA 02142 U.S.A. Tel: 617-621-9500 Fax: 617-621-1703 URL: http://www.openmarket.com/ $Id: fcgi-devel-kit.htm,v 1.6 2002/02/25 00:42:59 robs Exp $ 1. Introduction 2. Getting started 3. Writing applications 3.1 Using the fcgi_stdio library

      • テクノロジー
      • 2012/11/12 17:33
      • プログラミング
      • web
      • FastCGI | FastCGI -

        22 users

        www.fastcgi.com

        About FastCGI FastCGI is simple because it is actually CGI with only a few extensions. Like CGI, FastCGI is also language-independent. For instance, FastCGI provides a way to improve the performance of the thousands of Perl applications that have been written for the Web. Like CGI, FastCGI runs applications in processes isolated from the core Web server, which provides greater security than APIs.

        • テクノロジー
        • 2008/10/09 01:31
        • fastcgi
        • server
        • CGI
        • apache
        • web
        • プログラミング
        • FastCGI FAQ

          4 users

          www.fastcgi.com

          Please feel free to contribute missing or incomplete pieces. Last modified 22 Jan 2004 General What is FastCGI? How does it work? What servers support it? What if my server doesn't support it? What languages is there library support for? How fast is it? How can I get the latest/CVS version? Apache / mod_fastcgi Installation Cannot load /usr/lib/apache/1.3/mod_fastcgi.so into serv

          • テクノロジー
          • 2006/06/27 14:54
          • fastcgi
          • apache
          • perl
          • php
          • Apache module mod_fastcgi

            15 users

            www.fastcgi.com

            The FastCgiServer directive defines filename as a static FastCGI application. If the filename does not begin with a slash (/) then it is assumed to be relative to the ServerRoot. By default, the Process Manager will start one instance of the application with the default configuration specified (in parentheses) below. Should a static application instance die for any reason mod_fastcgi will spawn an

            • テクノロジー
            • 2005/11/17 11:06
            • fastcgi
            • apache
            • EV
            • reference
            • 資料
            • mod_fastcgi
            • FastCGI Home

              44 users

              www.fastcgi.com

              About FastCGI FastCGI is simple because it is actually CGI with only a few extensions. Like CGI, FastCGI is also language-independent. For instance, FastCGI provides a way to improve the performance of the thousands of Perl applications that have been written for the Web. Like CGI, FastCGI runs applications in processes isolated from the core Web server, which provides greater security than APIs.

              • テクノロジー
              • 2005/02/24 10:46
              • fastcgi
              • apache
              • cgi
              • server
              • ruby
              • web
              • development

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

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

              『FastCGI Home』の新着エントリーを見る

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

              j次のブックマーク

              k前のブックマーク

              lあとで読む

              eコメント一覧を開く

              oページを開く

              はてなブックマーク

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

              公式Twitter

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

              はてなのサービス

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