我有一個非Apache服務器偵聽端口8001和Apache監聽端口80。我想實際上是由非Apache服務器通過端口來服務特定虛擬域80Apache的端口代理
例子:
<VirtualHost *:80>
Servername example.com
# Forward this on to the server on port 8001
</VirtualHost>
我以爲我可以用mod_proxy和ProxyPass來做這件事。
ProxyPass * http://www.example.com:8001/
但這並不奏效。
對於ServerFault,您可能會有更好的運氣。 – 2009-07-22 00:20:39