ceejayoz
12-18-2002, 02:14 PM
Hi,
I recently transferred my server over from a WHM/CPanel server to DSM.
One of my sites is a secure site - I backed up the RSA Private Key, CSR, and CRT text. I generated a CSR using DSM, then replaced the resulting files with my backups.
vhosts.conf appears to be set up correctly:
<VirtualHost 209.115.43.157:433>
DocumentRoot /home/chmc/wwwroot/*************.com/
ServerName *************.com
ServerAdmin webmaster@*************.com
SSLEngine on
SSLEnable
SSLVerifyClient None
SSLCertificateFile /usr/local/apache/conf/ssl.crt/www.*************.com.crt
SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/www.*************.com.key
ServerAlias *************.com www.*************.com
ScriptAlias "/cgi-bin/" "/home/chmc/wwwroot/*************.com/cgi-bin/"
CustomLog /var/db/dsm/logs/apache/*************.com dsmbytes
CustomLog /usr/local/apache/domlogs/*************.com combined
</VirtualHost>
yet the https:// site doesn't work (http:// works fine).
Any ideas?
I recently transferred my server over from a WHM/CPanel server to DSM.
One of my sites is a secure site - I backed up the RSA Private Key, CSR, and CRT text. I generated a CSR using DSM, then replaced the resulting files with my backups.
vhosts.conf appears to be set up correctly:
<VirtualHost 209.115.43.157:433>
DocumentRoot /home/chmc/wwwroot/*************.com/
ServerName *************.com
ServerAdmin webmaster@*************.com
SSLEngine on
SSLEnable
SSLVerifyClient None
SSLCertificateFile /usr/local/apache/conf/ssl.crt/www.*************.com.crt
SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/www.*************.com.key
ServerAlias *************.com www.*************.com
ScriptAlias "/cgi-bin/" "/home/chmc/wwwroot/*************.com/cgi-bin/"
CustomLog /var/db/dsm/logs/apache/*************.com dsmbytes
CustomLog /usr/local/apache/domlogs/*************.com combined
</VirtualHost>
yet the https:// site doesn't work (http:// works fine).
Any ideas?