After creating the SSL certs in ISPConfig3... For some reason I had to enter the <IfModule mod_ssl.c> part manually to the apache vconf file to get SSL to work. /etc/apache2/sites-available/order.i-order.info.vhosts Anyway now the SSL works for that site.
I could probably just add that to the Options|Apache leaf on Site page if that happens again. Right? <IfModule mod_ssl.c> ... <IfModule> ... </IfModule>
Do you mean the Apache Directives field? No, that will not work because these directives will be written somewhere else in your vhost config, so you have one section for SSL and then another section with your custom directives in your vhost config.