install/unix/apache2.xml を doc-en に追従 - #480
Merged
KentarouTakeda merged 1 commit intoSep 6, 2026
Merged
Conversation
mod_php のインストール手順を現代化する改稿への追従。 - 新規のインストールで mod_php を使わないよう促す警告を追加し、 PHP-FPM + mod_proxy_fcgi を推奨する記述にした - PHP 8.4.0 で apache2handler SAPI が Apache 2.4 以降を必須にしたことを注記 - Apache 2.2 と 2.4 の選択に関する記述を削除し、対象を 2.4 に一本化 - worker MPM をビルドする手順を削除し、MPM の互換性に関する注記に差し替え - PHP 7 向けの LoadModule の記述を削除 - ./configure の例に --with-mpm=prefork を追加 - FallbackResource の「Apache 2.4.4 以降で使用できます」という条件を削除 - 用語を Apache から Apache httpd に統一 - &warn.apache2.compat; の参照を削除(原文側でエンティティごと削除された) 1. php/doc-en@fd1f9d8 2. php/doc-en@ee7185a
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
mod_php のインストール手順を現代化する doc-en の改稿に追従しました。
mod_proxy_fcgiを推奨する記述にしましたLoadModuleの記述を削除しました./configureの例に--with-mpm=preforkを追加しましたFallbackResourceの「Apache 2.4.4 以降で使用できます」という条件を削除しました&warn.apache2.compat;の参照を削除しました(原文側でエンティティごと削除されています)