I am looking at the httpd.conf provided with freeVSD and it contains the following entries:
 
<IfModule mod_ssl.c>
SSLEngine off
SSLPassPhraseDialog  builtin
SSLSessionCache         dbm:/home/web/log/ssl_scache
SSLSessionCacheTimeout  300
SSLMutex  file:/home/web/log/ssl_mutex
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
SSLLog /home/web/log/ssl_engine_log
SSLLogLevel error
</IfModule>
 
Are you saying such an entry is not present in the httpd.conf provided within the freevsd-skel-1.4.9-1rh6.tar.bz2?
 
You can check within your vs, or in the skel itself (/home/vsd/skel/skel/etc/httpd/conf/httpd.conf)
 
Tim
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Esparza, Dan
Sent: 15 August 2001 18:25
To: [EMAIL PROTECTED]
Subject: https on vs

Is there a special trick to getting https to work with a virtual machine?  I'm using freevsd-1.4.9-2rh71.i386.rpm on RedHat 7.1, with the freevsd-skel-1.4.9-1rh6.tar.bz2 skel.  Yes, I realize that this is a RedHat 6.2 skel on RedHat 7.1 (and let me know if this is the culprit), and yes I realize that this is 1.4.9-2 using a 1.4.9-1 skel (also let me know if this is the culprit).
 
I've checked http, ftp, ssh (had to make a few small tweaks), and telnet -- and they all seem to work fine for the VS.  (Kudos, folks -- this was a LOT easier than I thought it would be).  I notice that an ssl module reference doesn't appear anywhere in httpd.conf -- is there documentation that talks about if this needs to be added somewhere, or if there is something special I need to do for https.  If I do a ps -ef on the main host machine I see there are vsdredirect's for ports 80 and 443 -- and these appear to work -- but 443 is serving normal HTTP content.  (In other words, https://my.vsserver.com doesn't work, but http://my.vsserver.com:443 actually brings up the page.  I realize this shouldn't be the case.)
 
Any help would be appreciated.
 
Thanks,
Dan

Reply via email to