Apache 1.3.28 https ProxyPass question

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: plug
日付:  
題目: Apache 1.3.28 https ProxyPass question
I have a Apache box serving a couple of websites for me. I have a
couple of directories ProxyPass'ed to another machine. This all works
like a champ. One of the applications running on the machine being
ProxyPass'ed TO requires https, also. This is where I'm having
troubles. The following is from my server's configuration file:

<VirtualHost 192.168.1.202:443>
ServerName https.tm.com
ProxyPass * https://192.168.1.254
</VirtualHost>

Https does not get through to the .254 machine. Does any one have a
working configuration file that I could take a look at?

Thank you, in advance, for your time.
-Erik Bixby