I'll assume that you're talking about apache. Find all the modules available in: Code: /etc/apache2/mods-available/ If you are just wanting the ability to use SSLs with your websites, you can do: Code: a2enmod ssl Then restart Apache Code: /etc/init.d/apache2/restart