====== Apache によるWebサーバー構築 ====== ===== 仮想化ホストの設定 ====== ==== 名前ベースの仮想化ホスト ==== ==== IPベースの仮想化ホスト ==== 設定ファイル''/etc/httpd/conf.d/vhost.conf''を編集する。(設定ファイルは任意の名前でOK) # 設定 # 設定 ===== リバースプロキシの設定 ===== ProxyPreserveHost On ProxyPass /http_path http://localhost:/path-to-contents/ ProxyPassReverse /http_path http://localhost:/path-to-contents/