how can i set different crt for each of virtul host in apache?
From: hjmoo@bjmail.cn.netDate: 12/24/01
- Next message: Richard E. Silverman: "Re: how can i set different crt for each of virtul host in apache?"
- Previous message: Ng Pheng Siong: "Re: SSL vs HTTPS"
- Next in thread: Richard E. Silverman: "Re: how can i set different crt for each of virtul host in apache?"
- Reply: Richard E. Silverman: "Re: how can i set different crt for each of virtul host in apache?"
- Reply: Michael Heiming: "Re: how can i set different crt for each of virtul host in apache?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: <hjmoo@bjmail.cn.net> Date: Mon, 24 Dec 2001 15:05:58 +0800
<VirtualHost server1.com:443>
ServerAdmin
DocumentRoot /data1/apache/htdocs/server1
SSLEngine on
SSLCertificateFile /data1/apache/conf/ssl.crt/server1.crt
SSLCertificateKeyFile /data1/apache/conf/ssl.key/server1.key
</VirtualHost>
<VirtualHost server2.com:443>
ServerAdmin
DocumentRoot /data1/apache/htdocs/server2
SSLEngine on
SSLCertificateFile /data1/apache/conf/ssl.crt/server2.crt
SSLCertificateKeyFile /data1/apache/conf/ssl.key/server2.key
</VirtualHost>
That is my configuration of apache.When i visit my virtul host
server2.com,it always give me the server1.crt,how can i set different crt
for each of virtul host in apache?
- Next message: Richard E. Silverman: "Re: how can i set different crt for each of virtul host in apache?"
- Previous message: Ng Pheng Siong: "Re: SSL vs HTTPS"
- Next in thread: Richard E. Silverman: "Re: how can i set different crt for each of virtul host in apache?"
- Reply: Richard E. Silverman: "Re: how can i set different crt for each of virtul host in apache?"
- Reply: Michael Heiming: "Re: how can i set different crt for each of virtul host in apache?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]