--0-1725390617-1107190817=:28564
Content-Type: text/plain; charset=us-ascii
Hi =)
My server is displaying one cert for two domains even though I've assigned each domain it's own cert in the httpd.conf file. Any idea of how to fix this?
- Apache 1.3.33
- modssl 2.8.22
- I checked the ssl key and crt files to make sure they have the correct data
- I've restarted the web server httpd process
- I made sure to assign each domain a unique IP
- I searched the mailing list and didn't see that others have run into this problem
- I checked the FAQ
Httpd.conf entries for port 443 of the two domains are listed below.
Thanks in advance for any help / ideas.
-Ed
VirtualHost 64.69.41.124:443>
SSLEngine on
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.discountrpg.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.discountrpg.key
ServerName www.discountrpg.com
ServerAlias www.discountrpg.com discountrpg.com rpgdiscount.com www.rpgdiscount.com rpgdiscounts.com www
..rpgdiscounts.com
ServerAdmin webmaster [at] discountrpg.com
DocumentRoot /home/admin/domains/discountrpg.com/private_html
ScriptAlias /cgi-bin/ /home/admin/domains/discountrpg.com/public_html/cgi-bin/
UseCanonicalName OFF
User admin
Group admin
CustomLog /var/log/httpd/domains/discountrpg.com.bytes bytes
CustomLog /var/log/httpd/domains/discountrpg.com.log combined
ErrorLog /var/log/httpd/domains/discountrpg.com.error.log
<Directory /home/admin/domains/discountrpg.com/private_html>
Options +Includes -Indexes
php_admin_flag engine ON
php_admin_flag safe_mode OFF
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f admin [at] discountrpg.com'
</Directory>
#php_admin_value open_basedir /home/admin/:/tmp/:/var/www/:/usr/local/lib/php/:/etc/virtua l/
</VirtualHost>
<VirtualHost 64.69.41.123:443>
SSLEngine on
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.rpgstore.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.rpgstore.key
ServerName www.rpgstore.com
ServerAlias www.rpgstore.com rpgstore.com
ServerAdmin webmaster [at] rpgstore.com
DocumentRoot /home/admin/domains/rpgstore.com/private_html
ScriptAlias /cgi-bin/ /home/admin/domains/rpgstore.com/public_html/cgi-bin/
UseCanonicalName OFF
User admin
Group admin
CustomLog /var/log/httpd/domains/rpgstore.com.bytes bytes
CustomLog /var/log/httpd/domains/rpgstore.com.log combined
ErrorLog /var/log/httpd/domains/rpgstore.com.error.log
<Directory /home/admin/domains/rpgstore.com/private_html>
Options +Includes -Indexes
php_admin_flag engine ON
php_admin_flag safe_mode OFF
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f admin [at] rpgstore.com'
</Directory>
#php_admin_value open_basedir /home/admin/:/tmp/:/var/www/:/usr/local/lib/php/:/etc/virtua l/
</VirtualHost>
--0-1725390617-1107190817=:28564
Content-Type: text/html; charset=us-ascii
<DIV>Hi =)</DIV>
<DIV> </DIV>
<DIV>My server is displaying one cert for two domains even though I've assigned each domain it's own cert in the httpd.conf file. Any idea of how to fix this?</DIV>
<DIV> </DIV>
<DIV>- Apache 1.3.33</DIV>
<DIV>- modssl 2.8.22</DIV>
<DIV>- I checked the ssl key and crt files to make sure they have the correct data</DIV>
<DIV>- I've restarted the web server httpd process</DIV>
<DIV>- I made sure to assign each domain a unique IP</DIV>
<DIV>- I searched the mailing list and didn't see that others have run into this problem</DIV>
<DIV>- I checked the FAQ</DIV>
<DIV> </DIV>
<DIV>Httpd.conf entries for port 443 of the two domains are listed below.</DIV>
<DIV> </DIV>
<DIV>Thanks in advance for any help / ideas.</DIV>
<DIV> </DIV>
<DIV>-Ed</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>VirtualHost 64.69.41.124:443></DIV>
<DIV> SSLEngine on<BR> SSLCertificateFile /etc/httpd/conf/ssl.crt/server.discountrpg.crt<BR> SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.discountrpg.key</DIV>
<DIV><BR> ServerName <A href="http://www.discountrpg.com">www.discountrpg.com</A><BR> ServerAlias <A href="http://www.discountrpg.com">www.discountrpg.com</A> discountrpg.com rpgdiscount.com <A href="http://www.rpgdiscount.com">www.rpgdiscount.com</A> rpgdiscounts.com www<BR>.rpgdiscounts.com<BR> ServerAdmin <A href="mailto:webmaster [at] discountrpg.com">webmaster [at] discountrpg.com</A><BR> DocumentRoot /home/admin/domains/discountrpg.com/private_html<BR> ScriptAlias /cgi-bin/ /home/admin/domains/discountrpg.com/public_html/cgi-bin/</DIV>
<DIV> UseCanonicalName OFF</DIV>
<DIV> User admin<BR> Group admin<BR> CustomLog /var/log/httpd/domains/discountrpg.com.bytes bytes<BR> CustomLog /var/log/httpd/domains/discountrpg.com.log combined<BR> ErrorLog /var/log/httpd/domains/discountrpg.com.error.log</DIV>
<DIV> <Directory /home/admin/domains/discountrpg.com/private_html><BR> Options +Includes -Indexes<BR> php_admin_flag engine ON<BR> php_admin_flag safe_mode OFF<BR> php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f <A href="mailto:admin [at] discountrpg.com'">admin [at] discountrpg.com'</A><BR> </Directory></DIV>
<DIV> </DIV>
<DIV> #php_admin_value open_basedir /home/admin/:/tmp/:/var/www/:/usr/local/lib/php/:/etc/virtua l/</DIV>
<DIV></VirtualHost><BR></DIV>
<DIV><VirtualHost 64.69.41.123:443></DIV>
<DIV> SSLEngine on<BR> SSLCertificateFile /etc/httpd/conf/ssl.crt/server.rpgstore.crt<BR> SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.rpgstore.key</DIV>
<DIV><BR> ServerName <A href="http://www.rpgstore.com">www.rpgstore.com</A><BR> ServerAlias <A href="http://www.rpgstore.com">www.rpgstore.com</A> rpgstore.com<BR> ServerAdmin <A href="mailto:webmaster [at] rpgstore.com">webmaster [at] rpgstore.com</A><BR> DocumentRoot /home/admin/domains/rpgstore.com/private_html<BR> ScriptAlias /cgi-bin/ /home/admin/domains/rpgstore.com/public_html/cgi-bin/</DIV>
<DIV> UseCanonicalName OFF</DIV>
<DIV> User admin<BR> Group admin<BR> CustomLog /var/log/httpd/domains/rpgstore.com.bytes bytes<BR> CustomLog /var/log/httpd/domains/rpgstore.com.log combined<BR> ErrorLog /var/log/httpd/domains/rpgstore.com.error.log</DIV>
<DIV> <Directory /home/admin/domains/rpgstore.com/private_html><BR> Options +Includes -Indexes<BR> php_admin_flag engine ON<BR> php_admin_flag safe_mode OFF<BR> php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f <A href="mailto:admin [at] rpgstore.com'">admin [at] rpgstore.com'</A><BR> </Directory></DIV>
<DIV> </DIV>
<DIV> #php_admin_value open_basedir /home/admin/:/tmp/:/var/www/:/usr/local/lib/php/:/etc/virtua l/</DIV>
<DIV></VirtualHost><BR></DIV>
--0-1725390617-1107190817=:28564--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org
