Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「Apache 2.0 Handler」モード (mod_php5 を使用) で単一の仮想ホストを単独で処理することは可能ですか? PHPをFastCGIモードで実行するように構成された専用サーバーがあり、phpinfo()のServerAPIが「Apache 2.0 Handler」に設定されている他のサーバーで完全に実行されるソフトウェアがありますが、このサーバーでは「CGI/FastCGI」に設定されています"
x-application ハンドラーを Apache のグローバル構成から削除し、ハンドラーの選択 (AddHandler) を ... ブロックにのみ追加する必要があると思います。