zope與apache2 - BBS
By Agnes
at 2009-11-12T10:31
at 2009-11-12T10:31
Table of Contents
※ 引述《slinbody (不敗地球人)》之銘言:
: 請問大家
: 假設我有一台主機
: 上面有apapche2 網址是 ap.oo.xx.tw
: 還有zope 網址是 zope.oo.xx.tw:8080/book
: 我想問有沒有辦法藉由apache2可以將zope.oo.xx.tw導向zope.oo.xx.tw:8080/book
: 如果我現在輸入 http://zope.oo.xx.tw 是會跑出 http://zope.oo.xx.tw/index.html
: 內容則是ap.oo.xx.tw裡面的東西
: 我google找過 有virtualhost, mod_rewirte, mod_proxy, redirect, ProxyPass
: 等等之類的方法
: 可是我實做後結果都跟上面一樣
: 有人有這樣的經驗嗎??謝謝
http://zope.oo.xx.tw/index.html還要用嘛?可以砍掉
可以試試看php語法
先把apache的PHP模組啟動起來,然後寫一個index.php丟到預設目錄底下,
=-=-=-=-=-=-=-=-=-=-=-=
header("location:http://zope.oo.xx.tw:8080/book");
=-=-=-=-=-=-=-=-=-=-=-=
--
: 請問大家
: 假設我有一台主機
: 上面有apapche2 網址是 ap.oo.xx.tw
: 還有zope 網址是 zope.oo.xx.tw:8080/book
: 我想問有沒有辦法藉由apache2可以將zope.oo.xx.tw導向zope.oo.xx.tw:8080/book
: 如果我現在輸入 http://zope.oo.xx.tw 是會跑出 http://zope.oo.xx.tw/index.html
: 內容則是ap.oo.xx.tw裡面的東西
: 我google找過 有virtualhost, mod_rewirte, mod_proxy, redirect, ProxyPass
: 等等之類的方法
: 可是我實做後結果都跟上面一樣
: 有人有這樣的經驗嗎??謝謝
http://zope.oo.xx.tw/index.html還要用嘛?可以砍掉
可以試試看php語法
先把apache的PHP模組啟動起來,然後寫一個index.php丟到預設目錄底下,
=-=-=-=-=-=-=-=-=-=-=-=
header("location:http://zope.oo.xx.tw:8080/book");
=-=-=-=-=-=-=-=-=-=-=-=
--
Tags:
BBS
All Comments
Related Posts
轉信設定
By Noah
at 2009-11-12T02:20
at 2009-11-12T02:20
zope與apache
By Charlie
at 2009-11-11T18:01
at 2009-11-11T18:01
近期比較好的FreeBSD中文入門書
By Susan
at 2009-11-11T01:28
at 2009-11-11T01:28
近期比較好的FreeBSD中文入門書
By Tom
at 2009-11-11T00:58
at 2009-11-11T00:58
xorg 鼠鍵無法使用
By Barb Cronin
at 2009-11-10T18:04
at 2009-11-10T18:04