blog20100901

2013/08/20 - プログラミング言語 Perl にまつわる etc. - Perl monger
参考 : perldoc, perldoc.jp, search.cpan.org, perldoc.perl.org ...
「 初めての Perl 第 6 版 」(オライリー・ジャパン発行 ISBN978-4-87311-567-2) 」
「 続・初めての Perl 改訂版 」(オライリー・ジャパン発行 ISBN4-87311-305-9) 」
「 Effective Perl 第 2 版 」(翔泳社発行 ISBN978-4-7981-3981-4) 」 ... etc,.

Perl Perl_7 翻訳 Web Server

Apache httpd 2.4 翻訳 configure --help (d217)

目次 - Perl Index


Theme



Perl について、復習を兼ねて断片的な情報を掲載して行く連載その d217 回。

前回 (d216) で Web サーバを構築するにあたって長らくスタンダードとなっている Apache httpd の configure について、その 公式ドキュメント (configure - Configure the source tree) を確認しましたが、congiure の help を実行して確認すると、Web 上のドキュメントには記載がないオプションがいくつかありました。

前回と重複する部分もありますが、あらためて Apache HTTP Server の configure オプションを確認します。正確な内容は httpd ソースディレクトリ内で以下を実行して確認してください。

$ ./configure --help

誤解や誤訳がある場合はご指摘ください。




configure



`configure' configures this package to adapt to many kinds of systems.

`configure' はさまざまなシステムに適応するようにこのパッケージを構成します.

Usage: ./configure [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables.

環境変数 (e.g., CC, CFLAGS...) をアサインするためには, それらを VAR=VALUE として指定します. いくつかの便利な変数の説明について以下を参照してください.
Defaults for the options are specified in brackets.

オプションのデフォルトはブラケット内で明記されます.

構成 : Configuration



Configuration:
-h, --helpこの help を表示して終了display this help and exit
--help=shortこのパッケージに固有のオプションを表示display options specific to this package
--help=recursiceすべての含まれているパッケージのショートヘルプを表示display the short help of all the inclueded packages
-V, --versionバージョン情報を表示して終了display version information and exit
-q, --quite, --silent`checking ...' メッセージを出力しないdo not print `checking ...' messages
--cache-file=FILEFILE にテスト結果をキャッシュする [無効]cache test results in FILE [disabled]
-C, --config-cache`--cache-file=config.cache' のエイリアスalias for `--cache-file=config.cache'
-n, --no-create出力ファイルを作成しないdo not create output files
--srcdir=DIRDIR 内でソースを見つける [configure ディレクトリ or `..']find the source in DIR [configure dir or `..']



インストールディレクトリ : Installation directories



Installation directories:
--prefix=PREFIXアーキテクチャ非依存のファイルを PREFIX にインストール [//img04.ti-da.net/usr/local/apache2]install architecure-independent files in PREFIX [//img04.ti-da.net/usr/local/apache2]
--exec-prefix=EPREFIXアーキテクチャ依存のファイルを EPREFIX にインストール [PREFIX]install architecture-dependent fiels in EPREFIX [PREFIX]

By default, `make install' will install all the files in `/usr/local/apache2/bin', `/usr/local/apache2/lib' etc. You can specify an installation prefix other than `/usr/local/apache2' using `--prefix', for instance `--prefix=$HOME'.

デフォルトで, `make install' は `/usr/local/apache2/bin', `/usr/local/apache2/lib' etc にすべてのファイルをインストールします. あなたは `--prefix' を使って `/usr/local/apache2' 以外のインストールプレフィクスを指定できます, 例えば `--prefix=$HOME'.
For better control, use the options below.

ベターな構成には, 以下のオプションを使ってください.


インストールディレクトリの微調整 : Fine tuning of the installation directories



Fine tuning of the installation directories:
--bindir=DIRユーザの実行可能ファイル [EPREFIX/bin]user executables [EPREFIX/bin]
--sbindir=DIRシステム管理者の実行可能ファイル [EPREFIX/sbin]system admin executables [EPREFIX/sbin]
--libexecdir=DIRプログラムの実行可能ファイル [EPREFIX/libexec]program executables [EPREFIX/libexec]
--sysconfdir=DIRリードオンリーのシングルマシンのデータ [PREFIX/etc]read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR変更可能なアーキテクチャ非依存のデータ [PREFIX/com]modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR変更可能なシングルマシンのデータ [PREFIX/var]modifiable single-machine data [PREFIX/var]
--runstatedir=DIR変更可能なプロセス毎のデータ [LOCALSTATEDIR/run]modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIRオブジェクトコードのライブラリ [EPREFIX/lib]object code libraries [EPREFIX/lib]
--includedir=DIRC ヘッダファイル [PREFIX/include]C header files [PREFIX/include]
--oldincludedir=DIR非 gcc の C ヘッダファイル [//img04.ti-da.net/usr/include]C header files for non-gcc [//img04.ti-da.net/usr/include]
--datarootdir=DIRリードオンリーの arch. (# アーキテクチャ) 非依存のデータのルート [PREFIX/share]read-only arch.-independent data root [PREFIX/share]
--datadir=DIRリードオンリーのアーキテクチャ非依存のデータ [DATAROOTDIR]read-only architecture-independent data [DATAROOTDIR]
--infodir=DIR情報のドキュメント [DATAROOTDIR/info]info documentation [DATAROOTDIR/info]
--localedir=DIRロケール依存のデータlocale-dependent data [DATAROOTDIR/locale]
--mandir=DIRman ドキュメント [DATAROOTDIR/man]man documentation [DATAROOTDIR/man]
--docdir=DIRドキュメントのルートdocumentation root [DATAROOTDIR/doc/PACKAGE]
--htmldir=DIRhtml ドキュメント [DOCDIR]html documentation [DOCDIR]
--dvidir=DIRdvi ドキュメント [DOCDIR]dvi documentation [DOCDIR]
--pdfdir=DIRpdf ドキュメント [DOCDIR]pdf documentation [DOCDIR]
--psdir=DIRps ドキュメント [DOCDIR]ps documentation [DOCDIR]



システムタイプ : System types



System types:
--build=BUILDBUILD 上でビルドするための構成 [guessed]configure for building on BUILD [guessed]
--host=HOSTHOST 上で走るプログラムをビルドするためのクロスコンパイルcross-compile to build programs to run on HOST [BUILD]
--target=TARGETTARGET のためのコンパイラをビルドするための構成 [HOST]configure for building compilers for TARGET [HOST]



オプショナル機能 : Optional Features



Optional Features:
--disable-option-checking認識されない --enable/--with オプションを無視するignore unrecognized --enable/--with options
--disable-FEATUREFEATURE を含めないようにする (--enable-FEATURE=no と同じ)do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG]FEATURE を含める [ARG=yes]include FEATURE [ARG=yes]
--enable-layout=LAYOUT......
--enable-dtraceDTrace 探査を有効にするEnable DTrace probes
--enable-hook-probesAPR フック探査を有効にするEnable APR hook probes
--enable-exception-hook致命的な例外フックを有効にするEnable fatal exception hook
--enable-load-all-modulesすべてのモジュールをロードするLoad all modules
--enable-maintainer-modeデバッギングとコンパイルタイムの警告をオンにしてコンパイルされたすべてのモジュールをロードするTurn on debugging and compile time warnings and load all compiled modules
--enable-debugger-modeデバッギングとコンパイルタイムの警告をオンにして最適化をオフにするTurn on debugging and compile time warnings and turn off optimization
--enable-piehttpd を位置独立実行可能プログラム (# PIE) としてビルドするBuild httpd as a Position Independent Executable
--enable-modules=MODULE-LISTスペース区切りのモジュールのリストを有効にする | "all" | "most" | "few" | "none" | "reallyall"Space-separated list of modules to enable | "all" | "most" | "few" | "none" | "reallyall"
--enable-mods-shared=MODULE-LISTスペース区切りの共有モジュールのリストを有効にする | "all" | "most" | "few" | "reallyall"Space-separated list of shared modules to enable | "all" | "most" | "few" | "reallyall"
--enable-mods-static=MODULE-LISTスペース区切りの静的モジュールのリストを有効にする | "all" | "most" | "few" | "reallyall"Space-separated list of static modules to enable | "all" | "most" | "few" | "reallyall"

--disable-authn-fileファイルベースの認証制御file-based authentication control
--enable-authn-dbmDBM ベースの認証制御DBM-based authentication control
--enable-authn-anon匿名ユーザの認証制御anonymous user authentication control
--enable-authn-dbdSQL ベースの認証制御SQL-based authentication control
--enable-authn-socacheキャッシュされた認証制御Cached authentication control
--disable-authn-coreコア認証モジュールcore authentication module
--disable-authz-hosthost ベースの承認制御host-based authorization control
--disable-authz-groupfile'group を必要とする' 承認制御'require group' authorization control
--disable-authz-user'user を必要とする' 承認制御'require user' authorization control
--enable-authz-dbmDBM ベースの承認制御DBM-based authorization control
--enable-authz-owner'file-owner を必要とする' 承認制御'require file-owner' authorization control
--enable-authz-dbdSQL ベースの承認とログイン/セッションのサポートSQL based authorization and Login/Session support
--disable-authz-coreコア承認を提供するベクターモジュールcore authorization provider vector module
--enable-authnz-ldapLDAP ベースの承認LDAP based authentication
--enable-authnz-fcgiFastCGI オーソライザーベースの認証と承認FastCGI authorizer-based authentication and authorization
--disable-access-compatmod_access 互換mod_access compatibility
--disable-auth-basicbasic 認証basic authentication
--enable-auth-formフォーム認証form authentication
--enable-auth-digestRFC2617 Digest 認証RFC2617 Digest authentication

--enable-allowmethods許可された HTTP メソッドの制限restrict allowed HTTP methods
--enable-isapiisapi (# Internet Server Application Program Interface) 拡張のサポートisapi extension support
--enable-file-cacheファイルキャッシュFile cache
--enable-cache動的ファイルキャッシング. 少なくとも 1 つのストレージ管理モジュール (e.g. mod_cache_disk) も必須.dynamic file caching. At least one storage management module (e.g. mod_cache_disk) is also necessary.
--enable-cache-diskディスクキャッシングモジュールdisk caching module
--enable-cache-socache共有オブジェクトのキャッシングモジュールshared object caching module
--enable-socache-shmcbshmcb (# Shared Memory Cyclic Buffer) スモールオブジェクトキャッシュプロバイダshmcb small object cache provider
--enable-socache-dbmdbm (# DataBase Manager) スモールオブジェクトキャッシュプロバイダdbm small object cache provider
--enable-socache-memcachememcache スモールオブジェクトキャッシュプロバイダmemcache small object cache provider
--enable-socache-redisredis スモールオブジェクトキャッシュプロバイダredis small object cache provider
--enable-socache-dcdistcache スモールオブジェクトキャッシュプロバイダdistcache small object cache provider

--enable-soDSO 機能. このモジュールはあなたが全てのモジュールを静的にビルドしない限り自動的に有効化される.DSO capability. This module will be automatically enabled unless you build all modules statically.
--enable-watchdogWatchdog (# 監視) モジュールWatchdog module
--enable-macro構成ファイル内でマクロを定義して使うDefine and use macros in configuration files
--enable-dbdApache DBD フレームワークApache DBD Framework
--enable-bucketeerbucket 操作フィルタ. 開発者とテスト目的でのみ有用.buckets manipulation filter. Useful only for developers and testing purposes.
--enable-dumpioI/O ダンプフィルタI/O dump filter
--enable-echoECHO サーバECHO server
--enable-example-hooksフックコールバックハンドラモジュールの例Example hook callback handler module
--enable-case-filter大文字変換フィルタの例Example uppercase conversion filter
--enable-case-filter-in大文字変換入力フィルタの例Example uppercase conversion input filter
--enable-example-ipc共有メモリと mutex (# mutual execlusion, 排他制御) の使用例Example of shared memory and mutex usage
--enable-bufferフィルタバッファリングFilter Buffering
--enable-dataRFC2397 データエンコーダRFC2397 data encoder
--enable-ratelimit出力帯域幅の制限Output Bandwidth Limiting
--disable-reqtimeoutクライアントからのリクエストを待つ時間の制限Limit time waiting for request from client
--enable-ext-filter外部フィルタモジュールexternal filter module
--enable-requestリクエストボディのフィルタリングRequest Body Filtering
--enable-includeサーバサイドインクルード (# SSI)Server Side Includes
--disable-filterスマートフィルタリングSmart Filtering
--enable-reflector出力フィルタのスタックを通じてリクエストを反映するReflect request through the output filter stack
--enable-substituteレスポンスコンテンツを書きかえるようなフィルタリングresponse content rewrite-like filtering
--enable-sedsed を通じてリクエスト and/or レスポンスボディをフィルタするfilter request and/or response bodies through sed
--disable-charset-lite文字セットの翻訳. デフォルトでは EBCDIC システムでのみ有効化character set translation. Enabled by default only on EBCDIC systems.
--enable-charset-lite文字セットの翻訳. デフォルトでは EBCDIC システムでのみ有効化character set translation. Enabled by default only on EBCDIC systems.
--enable-deflateDeflate 転送エンコーディングのサポートDeflate transfer encoding support
--enable-xml2encマークアップフィルタのための i18n (# 国際化) サポートi18n support for markup filters
--enable-proxy-htmlリバースプロキシ内で HTML リンクをフィックスするFix HTML Links in a Reverse Proxy
--enable-brotliBrotli 圧縮のサポートBrotli compression support
--enable-httpHTTP プロトコルの処理. この http モジュールはサーバが HTTP サーバとして機能することを有効にする標準のもの. あなたが他のプロトコルのモジュールを代わりに使いたい場合にのみ disable が有用. あなたが何をするのかあなたが本当に分かっている場合を除きこのモジュールを disable にしないこと. ノート: このモジュールは常に静的にリンクされる.HTTP protocol handling. The http module is a basic one that enables the server to function as an HTTP server. It is only useful to disable it if you want to use another protocol module instead. Don't disable this module unless you are really sure what you are doing. Note: This module will always be linked statically.
--disable-mimeMIME へのファイル拡張のマッピング. このモジュールを無効にすることは普通は推奨されない.mapping of file-extension to MIME. Disabling this module is normally not recommended.
--enable-ldapLDAP (# Lightweight Directory Access Protocol) キャッシングとコネクションプールサービスLDAP caching and connection pooling services

--disable-log-configロギングの構成. あなたはこのモジュールなしではサーバへのリクエストをログできません.logging configuration. You won't be able to log requests to the server without this module.
--enable-log-debug構成可能なデバッグロギングconfigurable debug logging
--enable-log-forensicフォレンジック (# 法的な) ロギングforensic logging
--enable-logio入出力のロギングinput and output logging
--enable-luaApache Lua フレームワークApache Lua Framework
--enable-luajitLuaJit サポートを有効にするEnable LuaJit Support
--disable-envENV (# 環境) 変数のクリア/セッティングclearing/setting of ENV vars
--enable-mime-magic自動的な MIME タイプの決定automagically determining MIME type
--enable-cern-metaCERN タイプのメタファイルCERN-type meta files
--enable-expiresExpire ヘッダ制御Expires header control
--disable-headersHTTP ヘッダ制御HTTP header control
--enable-identRFC 1413 アイデンティティチェックRFC 1413 identity check
--enable-usertrackユーザセッションのトラッキングuser-session tracking
--enable-unique-idリクエストごとのユニーク idper-request unique ids
--disable-setenvifヘッダに基づく ENVbasing ENV vars on headers
--disable-version構成ファイル内での httpd バージョンの決定determining httpd version in config files
--enable-remoteipヘッダコンテンツを見かけ上のクライアントの remote_ip に変換translate header contents to an apparent client remote_ip

--enable-proxyApache プロキシモジュールApache proxy module
--enable-proxy-connectApache プロキシ CONNECT モジュール. --enable-proxy を必要とする.Apache proxy CONNECT module. Requires --enable-proxy.
--enable-proxy-ftpApache プロキシ FTP モジュール. --enable-proxy を必要とする.Apache proxy FTP module. Requires --enable-proxy.
--enable-proxy-httpApache プロキス HTTP モジュール. --enable-proxy を必要とする.Apache proxy HTTP module. Requires --enable-proxy.
--enable-proxy-fcgiApache プロキシ FastCGI モジュール. --enable-proxy を必要とする.Apache proxy FastCGI module. Requires --enable-proxy.
--enable-proxy-scgiApache プロキシ SCGI モジュール. --enable-proxy を必要とする.Apache proxy SCGI module. Requires --enable-proxy.
--enable-proxy-uwsgiApache プロキシ UWSGI モジュール. --enable-proxy を必要とする.Apache proxy UWSGI module. Requires --enable-proxy.
--enable-proxy-fdpassApache プロキシ Unix デーモンソケットモジュール. --enable-proxy を必要とする.Apache proxy to Unix Daemon Socket module. Requires --enable-proxy.
--enable-proxy-wstunnelApache プロキシ Websocket Tunnel モジュール. --enable-proxy を必要とする.Apache proxy Websocket Tunnel module. Requires --enable-proxy.
--enable-proxy-ajpApache プロキシ AJP モジュール. --enable-proxy を必要とする.Apache proxy AJP module. Requires --enable-proxy.
--enable-proxy-balancerApache プロキシ BALANCER モジュール. --enable-proxy を必要とする.Apache proxy BALANCER module. Requires --enable-proxy.
--enable-proxy-expressマス (# 多数の) リバースプロキシモジュール. --enable-proxy を必要とする.mass reverse-proxy module. Requires --enable-proxy.
--enable-proxy-hcheckリバースプロキシのヘルスチェックモジュール. --enable-proxy と --enable-watchdog を必要とする.reverse-proxy health-check module. Requires --enable-proxy and --enable-watchdog.

--enable-sessionセッションモジュールsession module
--enable-session-cookieセッション cookie モジュールsession cookie module
--enable-session-cryptoセッション暗号モジュールsession crypto module
--enable-session-dbdセッション dbd モジュールsession dbd module
--enable-slotmem-shm共有メモリを使う slotmem プロバイダslotmem provider that uses shared memory
--enable-slotmem-plainプレーンメモリを使う slotmem プロバイダslotmem provider that uses plain memory
--enable-sslSSL/TLS サポート (mod_ssl)SSL/TLS support (mod_ssl)
--enable-ssl-staticlib-depsOpenSSL の静的ライブラリの依存関係 ("pkg-config --static" によって示される) と mod_ssl をリンク. -enable-ssl を加えて指定されなければならない.link mod_ssl with dependencies of OpenSSL's static libraries (as indicated by "pkg-config --static"). Must be specified in addition to --enable-ssl.
--enable-optional-hook-exportオプショナルのフックエクスポーターの例example optional hook exporter
--enable-optional-hook-importオプショナルのフックインポーターの例example optional hook importer
--enable-optional-fn-importオプショナルのファンクションインポーターの例example optional function importer
--enable-optional-fn-exportオプショナルのファンクションエクスポーターの例example optional function exporter
--enable-dialupダイヤルアップモデムの速度への静的ファイルのレートリミットrate limits static files to dialup modem speeds

--enable-static-support静的リンクされたバージョンのサポートバイナリをビルドBuild a statically linked version of the support binaries
--enable-static-htpasswd静的にリンクされたバージョンの htpasswd をビルドBuild a statically linked version of htpasswd
--enable-static-htdigest静的にリンクされたバージョンの htdigest をビルドBuild a statically linked version of htdigest
--enable-static-rotatelogs静的にリンクされたバージョンのrotatelogs をビルドBuild a statically linked version of rotatelogs
--enable-static-logresolve静的にリンクされたバージョンの logresolve をビルドBuild a statically linked version of logresolve
--enable-static-htdbm静的にリンクされたバージョンの htdbm をビルドBuild a statically linked version of htdbm
--enable-static-ab静的にリンクされたバージョンの ab をビルドBuild a statically linked version of ab
--enable-static-checkgid静的にリンクされたバージョンの checkgid をビルドBuild a statically linked version of checkgid
--enable-static-htcacheclean静的にリンクされたバージョンの htcacheclean をビルドBuild a statically linked version of htcacheclean
--enable-static-httxt2dbm静的にリンクされたバージョンの httxt2dbm をビルドBuild a statically linked version of httxt2dbm
--enable-static-fcgistarter静的にリンクされたバージョンの fcgistarter をビルドBuild a statically linked version of fcgistarter

--enable-http2HTTP プロトコル処理に加えて HTTP/2 プロトコルを処理する. mod_http2 によって実装される. このモジュールは libnghttp2 のインストールを必要とする. 非標準ロケーションを管理する方法については --with-nghttp2 を参照. このモジュールは通常共有でリンクされロードを必要とする.HTTP/2 protocol handling in addition to HTTP protocol handling. Implemented by mod_http2. This module requires a libnghttp2 installation. See --with-nghttp2 on how to manage non-standard locations. This module is usually linked shared and requires loading.
--enable-nghttp2-staticlib-depslibnghttp2 の静的ライブラリ ("pkg-config --static" で示される) と mod_http2 をリンクする. 加えて --enable-http2 が指定される必要がある.link mod_http2 with dependencies of libnghttp2's static libraries (as indicated by "pkg-config --static"). Must be specified in addition to --enable-http2.
--enable-proxy-http2HTTP2 プロキシモジュール. このモジュールは libnghttp2 インストールを必要とする. 非標準ロケーションを管理する方法は --with-nghttp2 を参照. また --enable-proxy も必要とする.HTTP/2 proxy module. This module requires a libnghttp2 installation. See --with-nghttp2 on how to manage non-standard locations. Also requires --enable-proxy.
--enable-md管理されるドメインの処理Managed Domain handling
--enable-jansson-staticlib-depslibjansson の静的ライブラリ ("pkg-config --static" で示される) と mod_md をリンクする. 加えて --enable-md が指定されなければならない.link mod_md with dependencies of libjansson's static libraries (as indicated by "pkg-config --static"). Must be specified in addition to --enable-md.
--enable-curl-staticlib-depslibcurl の静的ライブラリ ("pkg-config --static" で示される) と mo_md をリンクする. 加えて --enable-md が指定されなければならない.link mod_md with dependencies of libcurl's static libraries (as indicated by "pkg-config --static"). Must be specified in addition to --enable-md.
--enable-lbmethod-byrequestsリクエストカウントによる Apache プロキシロードバランシングApache proxy Load balancing by request counting
--enable-lbmethod-bytrafficトラフィックカウントによる Apache プロキシロードバランシングApache proxy Load balancing by traffic counting
--enable-lbmethod-bybusynessbusyness による Apache ロードバランシングApache proxy Load balancing by busyness
--enable-lbmethod-heartbeatHeatbeats による Apache ロードバランシングApache proxy Load balancing from Heartbeats
--enable-tlsrustls を使った TLS プロトコルの処理. mod_tls により実装される. このモジュールは libustls インストールを必要とする. 非標準ロケーションを管理する方法は --withrustls を参照. このモジュールは通常共有リンクされローディングを必要とする.TLS protocol handling using rustls. Implemented by mod_tls. This module requires a librustls installation. See --with-rustls on how to manage non-standard locations. This module is usually linked shared and requires loading.
--enable-mpms-shared=MPM-LIST動的ローディングを有効にするためのスペース区切りの MPM モジュールのリスト. MPM-LIST=list | "all"Space-separated list of MPM modules to enable for dynamic loading. MPM-LIST=list | "all"
--enable-unixdunix 固有のサポートunix specific support
--enable-privilegesSolaris のためのバーチャルホスト毎の Unix UserID と強化されたセキュリティPer-virtualhost Unix UserIDs and enhanced security for Solaris
--enable-systemdSystemd サポートSystemd support
--enable-heartbeatHeatbeats を生成するGenerates Heartbeats
--enable-heartmonitorHeatbeats を収集するCollects Heartbeats
--enable-davWebDAV プロトコルの処理. --enable-dav は mod_dav_fs も有効にするWebDAV protocol handling. --enable-dav also enables mod_dav_fs
--disable-statusプロセス/スレッドのモニタリングprocess/thread monitoring
--disable-autoindexディレクトリのリスト化directory listing
--enable-asisas-is ファイルタイプas-is filetypes
--enable-infoサーバ情報server information
--enable-suexec生成されたプロセスのために uid と gid をセットするset uid and gid for spawned processes
--enable-cgidCGI スクリプト. スレッド MPM でデフォルトで有効化されるCGI scripts. Enabled by default with threaded MPMs
--enable-cgiCGI スクリプト. 非スレッド MPM でデフォルトで有効化されるCGI scripts. Enabled by default with non-threaded MPMs
--enable-dav-fsファイルシステムのための DAV プロバイダ. --enable-bav は mod_dav_fs も有効化する.DAV provider for the filesystem. --enable-dav also enables mod_dav_fs.
--enable-dav-lock汎用ロックのための DAV プロバイダDAV provider for generic locking
--enable-vhost-aliasマス (# 多数の) バーチャルホスティングモジュールmass virtual hosting module
--enable-negotiationコンテンツネゴシエーションcontent negotiation
--disable-dirディレクトリリクエストの処理directory request handling
--enable-imagemapサーバサイドのイメージマップserver-side imagemaps
--enable-actionsリクエストでアクションをトリガーAction triggering on requests
--enable-speling一般的な URL のミススペルを正すcorrect common URL misspellings
--enable-userdirユーザ固有ディレクトリへのリクエストのマッピングmapping of requests to user-specific directories
--disable-alias異なるファイルシステムパートへのリクエストのマッピングmapping of requests to different filesystem parts
--enable-rewriteルールベースの URL 操作rule based URL manipulation
--enable-suexec-capabilitiessetuid root suexec でなく Linux ケーパビリティビットを使うUse Linux capability bits not setuid root suexec
--enable-v4-mappedIPv6 ソケットが IPv4 コネクションを処理できるようにするAllow IPv6 sockets to handle IPv4 connections



オプショナルパッケージ : Optional Packages




Optional Packages:
--with-PACKAGE[=ARG]PACKAGE を使う[ARG=yes]use PACKAGE [ARG=yes]
--without-PACKAGEPACKAGE を使わないようにする (--with-PACKAGE=no と同じ)do not use PACKAGE (same as --with-PACKAGE=no)
--with-included-aprAPR/APR-Util のバンドルされたコピーを使うUse bundled copies of APR/APR-Util
--with-apr=PATHインストールされた APR のプレフィクス or その apr-cinfig へのフルパスprefix for installed APR or the full path to apr-config
--with-apr-util=PATHインストールされた APU のプレフィクス or その apu-config へのフルパスprefix for installed APU or the full path to apu-config
--with-pcre=PATH外部の PCRE ファイブラリを使うUse external PCRE library
--with-port=PORTリッスンするポート (デフォルトは 80)Port on which to listen (default is 80)
--with-sslport=SSLPORTsecurelisten (# セキュアリッスン) するポート (デフォルトは 443)Port on which to securelisten (default is 443)

--with-distcache=PATHDistcache をインストールするディレクトリDistcache installation directory
--with-z=PATH特定の zlib ライブラリを使うuse a specific zlib library
--with-libxml2=PATHlibxml2 のロケーションlocation for libxml2
--with-brotli=PATHBrotli のインストールディレクトリBrotli installation directory
--with-lua=PATHLua をインストールしたプレフィクスへのパスPath to the Lua installation prefix
--with-ssl=PATHOpenSSL のインストールディレクトリOpenSSL installation directory
--with-nghttp2=PATHnghttp2 のインストールディレクトリnghttp2 installation directory
--with-jansson=PATHjansson のインストールディレクトリjansson installation directory
--with-curl=PATHcurl のインストールディレクトリcurl installation directory
--with-rustls=PATHrustls のインストールディレクトリrustls installation directory

--with-mpm=MPMデフォルトで使う Apache のプロセスモデルを選択する. MPM={event|worker|prefork|winnt} これは --enable-mpms-shared が指定されない限り唯一利用可能な MPM として静的にリンクされる.Choose the process model for Apache to use by default. MPM={event|worker|prefork|winnt} This will be statically linked as the only available MPM unless --enable-mpms-shared is also specified.
--with-module=module-type:module-filemodules/<module-type> ディレクトリ内のモジュールファイルを有効にするEnable module-file in the modules/<module-type> directory.
--with-program-name代替の実行可能ファイル名 (# デフォルトは httpd)alternate executable name

--with-suexec-binsuexec バイナリへのパスPath to suexec binary
--with-suexec-callerUser が SuExec コールできるようにするUser allowed to call SuExec
--with-suexec-userdir(# suexec がアクセスできる) User のサブディレクトリUser subdirectory
--with-suexec-docrootSuExec のルートディレクトリSuExec root directory
--with-suexec-uidmin(# suexec ターゲットユーザになれる) 最小の許容 UIDMinimal allowed UID
--with-suexec-gidmin(# suexec ターゲットユーザになれる) 最小の許容 GIDMinimal allowed GID
--with-suexec-logfile(# suexec の) ログファイルをセットするSet the logfile
--with-suexec-syslogsuexec ロギングに syslog を使うUse syslog for suexec logging
--with-suexec-safepathsafepath をセットするSet the safepath
--with-suexec-umasksuexec されたプロセスの umaskumask for suexec'd process



影響力があるいくつかの環境変数 : Some influential environment variables



Some influential environment variable:
CCC コンパイラコマンドC compiler command
CFLAGSC コンパイラフラグC compiler flags
LDFLAGSリンカフラグ, e.g. あなたが非標準ディレクトリ <lib dir> にライブラリを持っている場合は -L<lib dir>linker flags, e.g. -L<lib dir> if you have libraries in a nonstandard directory <lib dir>
LIBSリンカに渡すライブラリ, e.g. -l<library>libraries to pass to the linker, e.g. -l<library>
CPPFLAGS(オブジェクティブ) C/C++ プリプロセッサフラグ, e.g. あなたが非標準ディレクトリ <include dir> にヘッダを持っている場合は -I<include dir>(Objective) C/C++ preprocessor flags, e.g. -I<include dir> if you have headers in a nonstandard directory <include dir>
CPPC プリプロセッサC preprocessor



Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations.

これらの変数を使い `configure' による選択をオーバライドしたりそれが非標準の名前/場所のライブラリを見つけることを助けたりします.
Report bugs to the package provider.

バグはパッケージプロバイダにレポートします.


NEXT



次回は、「 Documentation / Tutorials 」を確認する前に、本文中で言及のあった More Tuning Advice "Stas Bekman's Performance Guide" のリンク先「 Documentation / 1.0 / mod_perl 1.0 User Guide / Performance Tuning 」を「 mod_perl 」公式サイト (https://perl.apache.org/index.html) より確認する予定です。


参考情報は書籍「 続・初めての Perl 改訂版 」, 「 Effective Perl 第 2 版 」を中心に perldoc, Wikipedia および各 Web サイト。それと詳しい先輩。

目次 - Perl Index























同じカテゴリー(Perl)の記事
 Perl mp2 翻訳 Web コンテンツ圧縮の FAQ (d228) (2023-10-11 23:49)
 Perl mp2 翻訳 既知のブラウザのバグの回避策をいくつか (d227) (2023-05-26 15:41)
 Perl mp2 翻訳 Perl と Apache でのキュートなトリック (d226) (2023-05-19 17:05)
 Perl mp2 翻訳 テンプレートシステムの選択 (d225) (2022-08-15 22:23)
 Perl mp2 翻訳 大規模 E コマースサイトの構築 (d224) (2022-06-15 20:43)
 Perl mp2 翻訳 チュートリアル (d223) (2022-06-15 20:42)
上の画像に書かれている文字を入力して下さい
 
<ご注意>
書き込まれた内容は公開され、ブログの持ち主だけが削除できます。

Llama
リャマ
TI-DA
てぃーだブログ
プロフィール
セラ (perlackline)
セラ (perlackline)
QRコード
QRCODE
オーナーへメッセージ

PAGE TOP ▲