I was sent this, so passed it on:
> Re: https on vsd
>
> I found a pretty simple solution for this:
>
> 1. Copy /usr/sbin/apxs from the main server to the corresponding directory
> on virtual server you want to add SSL for. Apxs is in the apache-devel RPM.
> cp /usr/sbin/apxs /home/vsd/vs/vsone/usr/sbin/.
> 2. bevs -r vsone
> 3. Download the mod_ssl package from the modssl.org web site. You need
> mod_ssl-2.7.1-1.3.14.tar.gz if you are using the RH6.2 skel.
> 4. Uncompress the tar and run configure with the following argments:
> ./configure --with-apxs=/usr/sbin/apxs --with-ssl=/usr/ --with-crt=/etc/http
> d/ssl.crt --with-key=/etc/httpd/ssl.key
> 5. Now copy the libssl.so file to the apache libs directory:
> cp pkg.sslmod/libssl.so /usr/lib/apache/.
> 6. Now edit the htrpd.conf file and add the following:
> LoadModule ssl_module /usr/lib/apache/libssl.so
> AddModule mod_ssl.c
> 7. Reboot the virtual server.
>
> This works for me without errors.
>
> I hope this helps someone.
>
> Pablo Martinez
------------------------- The freeVSD Support List --------------------------
Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support
Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support
Archives: http://freevsd.org/support/mail-archives/freevsd-support
-----------------------------------------------------------------------------