タグ

ブックマーク / httpd.apache.org (47)

  • htcacheclean - Clean up the disk cache - Apache HTTP Server Version 2.4

    nilab
    nilab 2024/02/10
    htcacheclean - Clean up the disk cache - Apache HTTP Server Version 2.4
  • htcacheclean - Clean up the disk cache - Apache HTTP Server Version 2.4

    nilab
    nilab 2022/08/05
    htcacheclean - Clean up the disk cache - Apache HTTP Server Version 2.4
  • mod_mime - Apache HTTP サーバ バージョン 2.4

    概要 このモジュールは拡張子を使っていろいろな「メタ情報」をファイルに 関連付けるために使用されます。この情報はドキュメントのファイル名と MIME タイプ、言語、文字セット、エンコーディングとを関連付けます。 この情報はブラウザに送られますし、複数のファイルの中からユーザの好みの ものが選ばれるように、コンテントネゴシエーションでも使われます。 コンテントネゴシエーション に関する詳しい情報は mod_negotiation をご覧下さい。 AddCharset ディレクティブ、 AddEncoding ディレクティブ、 AddHandler ディレクティブ、 AddLanguage ディレクティブ、 AddType ディレクティブはすべて、 ファイルの拡張子をメタ情報にマップするために使用されます。 それぞれ、ドキュメントの文字セット (訳注: charset)、content-enc

    nilab
    nilab 2020/03/17
    mod_mime - Apache HTTP サーバ バージョン 2.4
  • mod_authz_core - Apache HTTP Server Version 2.4

    Summary This module provides core authorization capabilities so that authenticated users can be allowed or denied access to portions of the web site. mod_authz_core provides the functionality to register various authorization providers. It is usually used in conjunction with an authentication provider module such as mod_authn_file and an authorization module such as mod_authz_user. It also allows

    nilab
    nilab 2020/03/16
    Require Directive
  • mod_rewrite - Apache HTTP Server URL 書き換えエンジン

    Summary The mod_rewrite module uses a rule-based rewriting engine, based on a PCRE regular-expression parser, to rewrite requested URLs on the fly. By default, mod_rewrite maps a URL to a filesystem path. However, it can also be used to redirect one URL to another URL, or to invoke an internal proxy fetch. mod_rewrite provides a flexible and powerful way to manipulate URLs using an unlimited numbe

    nilab
    nilab 2019/12/26
    RewriteBase Directive
  • Apache Tutorial: CGI による動的コンテンツ - Apache HTTP サーバ バージョン 2.4

    CGI (Common Gateway Interface) は、ウェブサーバが コンテンツ生成をする外部プログラムと協調して動作するための方法を 定義しています。そのプログラムはしばしば CGI プログラムや CGI スクリプトと呼ばれます。CGI は、ウェブサイトに動的な コンテンツを置くための最も簡単で一般的な方法です。このドキュメントは、 Apache ウェブサーバで CGI を設定し、 CGI プログラムを書き始めるための入門書となるでしょう。

    nilab
    nilab 2019/12/26
    Apache Tutorial: CGI による動的コンテンツ - Apache HTTP サーバ バージョン 2.4
  • mod_alias - Apache HTTP Server Version 2.4

    nilab
    nilab 2019/12/03
    Alias "/image" "/ftp/pub/image" / <Directory "/ftp/pub/image"> Require all granted </Directory>
  • mod_alias - Apache HTTP サーバ バージョン 2.4

    概要 このモジュールのディレクティブはサーバにリクエストが到着したときに URL の操作や制御をすることを可能にします。Alias ディレクティブと ScriptAlias ディレクティブは URL とファイルシステムのパスをマップするために使用されます。これは DocumentRoot の下にないドキュメントをウェブのドキュメントツリーの一部として 送られるようにします。ScriptAlias ディレクティブにはマップ先のディレクトリが CGI スクリプトのみであることを示すという追加の効果があります。 Redirect ディレクティブは クライアントに違った URL に新しいリクエストを送るように指示します。これは、 リソースが新しい場所に移動したときによく使用されます。 mod_alias は簡単な URL 操作向けに設計されています。 より複雑な操作、クエリーストリングの操作には、

    nilab
    nilab 2019/12/03
    「エイリアスの行き先を含んでいる <Directory> セクションを追加する必要があるかもしれない」「ScriptAlias ディレクティブにはマップ先のディレクトリが CGI スクリプトのみであることを示すという追加の効果があります」
  • Configuration Files - Apache HTTP Server Version 2.4

    Apache HTTP Server is configured by placing directives in plain text configuration files. The main configuration file is usually called httpd.conf. The location of this file is set at compile-time, but may be overridden with the -f command line flag. In addition, other configuration files may be added using the Include directive, and wildcards can be used to include many configuration files. Any d

    nilab
    nilab 2019/10/27
    「設定ファイルのディレクティブは大文字小文字を区別しませんが、 引数にはしばしば区別するものがあります」「ハッシュ文字 "#" で始まる行はコメント」「ディレクティブの前の空行と空白は無視されます」
  • core - Apache HTTP サーバ バージョン 2.4

    Listen しているソケットに対して、OS が固有に持っているプロトコルについての最適化を 有効にするディレクティブです。大前提となる条件は、データが受信されるか HTTP リクエスト全体がバッファされるかするまで、カーネルがサーバプロセスに ソケットを送らないようになっている、ということです。現在サポートされているのは、 FreeBSD の Accept Filter と Linux のプリミティブな TCP_DEFER_ACCEPT のみです。 FreeBSD のデフォルト値は :

    nilab
    nilab 2017/09/21
    「<Limit> ディレクティブの 目的は、アクセス制御の範囲を 指定された HTTP メソッドに限定するためです。 それ以外のメソッドは、<Limit> で囲われたアクセス制御の 影響を受けません」
  • mod_http2 - Apache HTTP Server Version 2.4

    nilab
    nilab 2016/04/19
    "This module provides HTTP/2 (RFC 7540) support for the Apache HTTP Server. This module relies on libnghttp2 to provide the core http/2 engine."
  • mod_proxy_ajp - Apache HTTP サーバ バージョン 2.4

    概要 モジュールには mod_proxy が必要です。 Apache JServ Protocol version 1.3 (以降 AJP13) をサポートします。 AJP13 プロトコルを扱えるようにするには mod_proxy と mod_proxy_ajp をサーバに組み込む必要があります。 プロトコルの概要 AJP13 プロトコルはパケット指向です。 可読なプレーンテキスト形式ではなくバイナリ形式になったのは、 おそらくパフォーマンス上の理由によります。 ウェブサーバはサーブレットコンテナと TCP コネクションで通信します。 ソケット生成は重い処理なので、負荷を減らすために、サーブレットコンテナとの TCP 接続を維持し、複数のリクエスト・レスポンス処理サイクルに対して一つの コネクションを使いまわすようになっています。 あるリクエストにコネクションが割り当てられると、その処理

    nilab
    nilab 2016/04/18
    「AJP13 プロトコルはパケット指向」「バイナリ形式」「負荷を減らすために、サーブレットコンテナとの TCP 接続を維持し、複数のリクエスト・レスポンス処理サイクルに対して一つの コネクションを使いまわす」
  • mod_dir - Apache HTTP サーバ バージョン 2.4

    概要 ディレクトリインデックスは、次の二つのうちどちらかが利用されます: 一つ目は、ユーザが作成したファイルを用いるもので、通常 index.html というファイル名を使います。このファイル名は、 DirectoryIndex ディレクティブで 指定することができます。この機能は mod_dir モジュールで提供されます。 もう一つの方法は、 サーバによって自動的に生成されるディレクトリリストを用いる場合です。 この機能は、mod_autoindex モジュールにより提供されます。 自動的なインデックス生成機能を削除 (もしくは交換) できるように、この二つの機能は分離されています。 なお http://servername/foo/dirname という URL へのリクエストがあった際に、dirname というディレクトリがあれば、「最後にスラッシュをつけた形」の URL へのリダイ

    nilab
    nilab 2016/03/23
    「ユーザが作成したファイルを用いるもので、通常 index.html というファイル名を使います。このファイル名は、 DirectoryIndex ディレクティブで 指定することができます。この機能は mod_dir モジュールで提供されます」
  • Overview of new features in Apache HTTP Server 2.4 - Apache HTTP Server Version 2.4

    This document describes some of the major changes between the 2.2 and 2.4 versions of the Apache HTTP Server. For new features since version 2.0, see the 2.2 new features document. Core Enhancements Run-time Loadable MPMs Multiple MPMs can now be built as loadable modules at compile time. The MPM of choice can be configured at run time via LoadModule directive. Event MPM The Event MPM is no longer

    nilab
    nilab 2015/11/11
    Overview of new features in Apache HTTP Server 2.4 - Apache HTTP Server Version 2.4
  • Upgrading to 2.4 from 2.2 - Apache HTTP Server Version 2.5

    In order to assist folks upgrading, we maintain a document describing information critical to existing Apache HTTP Server users. These are intended to be brief notes, and you should be able to find more information in either the New Features document, or in the src/CHANGES file. Application and module developers can find a summary of API changes in the API updates overview. This document describes

    nilab
    nilab 2015/11/11
    Upgrading to 2.4 from 2.2 - Apache HTTP Server Version 2.5
  • Upgrading to 2.4 from 2.2 - Apache HTTP Server Version 2.4

    In order to assist folks upgrading, we maintain a document describing information critical to existing Apache HTTP Server users. These are intended to be brief notes, and you should be able to find more information in either the New Features document, or in the src/CHANGES file. Application and module developers can find a summary of API changes in the API updates overview. This document describes

    nilab
    nilab 2015/11/06
    Upgrading to 2.4 from 2.2 - Apache HTTP Server Version 2.4
  • 設定ファイル - Apache HTTP サーバ バージョン 2.5

    Apache は ディレクティブ を設定ファイルに平文で書くことにより設定します。 メインの設定ファイルは普通は httpd.conf という名前です。 このファイルの位置はコンパイル時に設定されますが、コマンドラインの -f フラグにより上書きできます。 また、他の設定ファイルを Include ディレクティブによって追加でき、ワイルドカードを使用して多数の 設定ファイルを追加することができます。 どんなディレクティブも、これらの設定ファイルどれにでも入れることができます。 Apache は起動時か再起動時のみメイン設定ファイルの変更を認識します。 サーバは MIME ドキュメントタイプを含んでいるファイルも読み込みます。ファイル名は TypesConfig で設定され、デフォルトでは mime.types になっています。 設定ファイルの構文 ¶ Apache の設定ファイルは 1 行

    nilab
    nilab 2015/07/13
    「設定ファイルのディレクティブは大文字小文字を区別しませんが、 引数にはしばしば区別するものがあります」設定ファイル - Apache HTTP サーバ バージョン 2.5
  • Stopping and Restarting Apache HTTP Server - Apache HTTP Server Version 2.4

    This document covers stopping and restarting Apache HTTP Server on Unix-like systems. Windows NT, 2000 and XP users should see Running httpd as a Service and Windows 9x and ME users should see Running httpd as a Console Application for information on how to control httpd on those platforms. Introduction In order to stop or restart the Apache HTTP Server, you must send a signal to the running httpd

    nilab
    nilab 2014/10/27
    Apache の緩やかな再起動 (Graceful Restart) 「子プロセスに現在のリクエストの処理の後に終了する (あるいは何もしていなければすぐに終了する) ように助言」停止と再起動 - Apache HTTP サーバ
  • mod_cache - Apache HTTP サーバ バージョン 2.2

    Please note This document refers to the 2.2 version of Apache httpd, which is no longer maintained. The active release is documented here. If you have not already upgraded, please follow this link for more information. You may follow this link to go to the current version of this document.

    nilab
    nilab 2014/10/06
    mod_cache - Apache HTTP サーバ : mod_proxy mod_cache Expires Last-Modified CacheDefaultExpire CacheIgnoreNoLastMod CacheLastModifiedFactor
  • ab - Apache HTTP server benchmarking tool - Apache HTTP Server Version 2.2

    Please note This document refers to the 2.2 version of Apache httpd, which is no longer maintained. The active release is documented here. If you have not already upgraded, please follow this link for more information. You may follow this link to go to the current version of this document. ab is a tool for benchmarking your Apache Hypertext Transfer Protocol (HTTP) server. It is designed to give y

    nilab
    nilab 2013/02/13
    ab - Apache HTTP server benchmarking tool - Apache HTTP Server