Apr 24
Multiple name-based virtual hosts with SSL on one IP
Ok, read:
- http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/
- http://forceping.com/2010/03/18/mod_gnutls-sorgt-fur-namebased-ssl-virtualhosts/
- http://www.outoforder.cc/projects/apache/mod_gnutls/docs/#example
then install
$ apt-get install libapache2-mod-gnutls
then run
$ a2enmod gnutls
check if anything is configured in these files that would prevent apache2 from working with gnutls:
nano /etc/apache2/httpd.conf
nano /etc/apache2/apache.conf
configure your virtual hosts, refer to the manual mentioned above on how to do that
nano /etc/apache2/sites-enabled/000-default
Possibly your will need to add the GnuTlsPriorities directive to common config examples, see:
http://www.outoforder.cc/projects/apache/mod_gnutls/docs/