JLBN - HTTPS SSL on WAMP!

Step 34

In Virtual Host, find these lines: (ssl34.jpg).

# General setup for the virtual host
DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs"
ServerName localhost:443
ServerAdmin admin@localhost
ErrorLog "C:/Program Files/Apache Software Foundation/Apache2.2/logs/error_log"
TransferLog "C:/Program Files/Apache Software Foundation/Apache2.2/logs/access_log"

Step 35

HTTPS SSL is the secure transaction which is good for sensitive informations such as Credit card numbers, membership accounts... however, it might slow down your server performaces if everything go through it; thus, we suggest that you only set it to the specific directory that you want to use for SSL, and in this example, we use folder ssl: (ssl35.jpg)

# General setup for the virtual host
DocumentRoot "C:/wamp/www/ssl"
ServerName jlbn:443
ServerAdmin admin@localhost
ErrorLog "C:/wamp/bin/Apache/apache2.2.8/conf/ssl/logs/ssl_error.log"
TransferLog "C:/wamp/bin/Apache/apache2.2.8/conf/ssl/logs/ssl_access.log"

Step 36

Then find: (ssl36.jpg)

<Directory "C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin">
SSLOptions +StdEnvVars
</Directory>

When you ready, click here to go to the next page

Appreciation, Suggestion, Question, or Comment, click here

Server costs are tough to cover with displaying ads alone; thus, if this guide is useful, please consider making a symbolic donation through our PayPal. Thanks.