Saturday, June 30, 2012

Managing services with update-rc.d

removing a service
update-rc.d -f apache2 remove

adding a service
update-rc.d apache2 defaults

Monday, June 25, 2012

Set up Apache2 for SSL

For site "foo"

/etc/apache2/sites-enabled/default-ssl

        SSLEngine on
        SSLCertificateFile    /etc/ssl/foo/foo.crt
        SSLCertificateKeyFile /etc/ssl/foo/foo.key
       SSLCertificateChainFile /etc/ssl/foo/intermediate.pem



get the intermediate certificate: https://search.thawte.com/support/ssl-digital-certificates/index?page=content&id=SO1498