Archive | July 2012

You are browsing the site archives by date.

Apache configuration for https.

First enable the ssl using a2enmod ssl. Then set virtual host as SSLCertificateFile /etc/ssl.crt SSLCertificateKeyFile /etc/ssl.key SSLEngine On ServerName subdomain.domain.com DocumentRoot /home/amit/workspace/app_name and reload the apache. now you can use the https for your domains.