doodle-on-web

自分で調べたことや、仕事の中で質問されたことなどをまとめています。

2019-07-11から1日間の記事一覧

Apacheによる本文書き換え mod_substitute + mod_filter

mod_substitute + mod_filter 環境 OS:Windows Server Apache:2.4 mod_substitute httpd.apache.org 概要 mod_substituteは、 response bodyに対して正規表現と固定文字列の両方の置換を実行するためのメカニズムを提供します。 用途 例えば、HTMLに記載され…