Apr 24

Multiple name-based virtual hosts with SSL on one IP

Category: Linux  ,, — Published by goeszen on April 24, 2012 at 8:15 pm

Ok, read:

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/

Leave a Reply

=