Web Servers on Unix and Linux - https does not for this virtual host

This is Interesting: Free IT Magazines  
Home > Archive > Web Servers on Unix and Linux > October 2004 > https does not for this virtual host





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author https does not for this virtual host
Bing

2004-10-07, 11:19 am

We use IP-based virtual hosts. The following one uses the faked IP
1.2.3.4. Only this one uses both http and https. We use a
self-signed certificate. But https for the following host does not
work. https://www.data.my.edu returns "The connection to
www.data.my.edu has terminated unexpectedly. Some data may have been
transferred.". What could be the problem?

<VirtualHost 1.2.3.4:80>
DocumentRoot /var/www/html/LINUX
ServerName data.my.edu
ServerAlias www.data.my.edu
ErrorLog logs/www.data.my.edu-error_log
CustomLog logs/www.data.my.edu-access_log combined
RewriteEngine On
RewriteRule ^/$ /rhel [R]
</VirtualHost>

<VirtualHost 1.2.3.4:443>
DocumentRoot /var/www/html/LINUX
ServerName data.my.edu
ServerAlias www.data.my.edu
ErrorLog logs/www.data.my.edu-error_log
CustomLog logs/www.data.my.edu-access_log combined
RewriteEngine On
RewriteRule ^/$ /rhel [R]
</VirtualHost>

Bing
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com