During installation you are asked the following question in the Web and Application Server panel: Do you wish to use secure HTTP?
If you answered yes, then SSL on the Apache server is enabled. Skip this section.
If you answered no, but you do want to enable SSL, then log on to the Build Forge host and configure the Apache server as follows:
Edit <bfinstall>/Apache/conf/httpd.conf to use these settings:
Listen 0.0.0.0:443
ServerName localhost:443
Edit <bfinstall>/Apache/conf/ssl/ssl.conf to use these settings:
<VirtualHost *:443>
ServerName localhost:443
SSLEngine on
You may specify the fully qualified domain name for the host if you choose.