主機目前情況如下:
主機一(192.168.1.2,220.135.xx.xx)
Fedora 5 => NAT,Web server(用來Openwebmail及Webmin)
主機二(192.168.1.3)
Windows 2003 => Web server(在內網中,是主要的Web server,Discuz在這台,還有blog)
==================================================================
主機一上的Apache配置
- ProxyRequests Off
- <Proxy *>
- Order deny,allow
- Allow from all
- </Proxy>
- NameVirtualHost *:80
- <VirtualHost *:80>
- ServerName domainA.twbbs.org
- ProxyPass /blog/ http://192.168.1.3/blog
- ProxyPassReverse /blog/ http://192.168.1.3/blog
- ProxyVia On
- </VirtualHost>
- <VirtualHost *:80>
- ServerName domainB.twbbs.org
- ProxyPass / http://192.168.1.3/domainB/
- ProxyPass / http://192.168.1.3/domainB/
- ProxyVia On
- </VirtualHost>
复制代码
(1)
在主機二上用瀏覽器瀏覽 http://domainB.twbbs.org 上 Discuz , 當發文時,出現以下錯誤
您的請求來路不正確或驗證字串不符,無法提交。如果您安裝了某種默認屏蔽來路信息的個人防火牆軟件(如 Norton Internet Security),請設置其不要禁止來路信息後再試。
但在主機二上用瀏覽器瀏覽 http://192.168.1.3/domianB 上 Discuz, 沒有上述問題
(2)
在主機二上用瀏覽器瀏覽 http://domainA.twbbs.org/blog/ 上 blog(Life type) , 登入後台後,要管理時出現下列錯誤
請問, 有人可以幫幫我嗎? 弄好幾天了, 快瘋啦!!!
先謝謝囉!!! |