// 下階層用テンプレート
#topicpath
----
//ここにコンテンツを記述します。
#contents


** Apacheと連携する [#j303f1b5]
Redmineが、Mongrelとかでhttp://localhost:3000/redmine というコンテキストパスで起動している前提で、Apacheの設定ファイルに以下を追加します
 cat /etc/httpd/conf.d/mongrel.conf
 
 <Location /redmine>
     ProxyPass http://localhost:3000/redmine
     ProxyPassReverse http://localhost:3000/redmine
 </Location>
これでApacheからMongrelにproxyすることができます。


----
この記事は
#vote(おもしろかった,そうでもない)

#comment
#topicpath


SIZE(10){現在のアクセス:&counter;}


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS