public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Mick <michaelkintzios@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] ssl + apache2
Date: Wed, 4 Mar 2009 20:00:55 +0000	[thread overview]
Message-ID: <200903042001.07000.michaelkintzios@gmail.com> (raw)
In-Reply-To: <6b16fb4c0903020008i79662d56x7142f07b5d29bf23@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 772 bytes --]

On Monday 02 March 2009, Kaushal Shriyan wrote:
> Hi,
>
> is there a step by step guide to configure ssl on apache2 on Gentoo OS?
>
> Thanks and Regards
>
> Kaushal

The same way as you would configure it on any apache installation.  The ssl 
USE flag comes enabled as a default.  Therefore all you need to do (going 
from memory here) is to add:

SSLCertificateFile /path-to-your.crt
SSLCertificateKeyFile /path-to-your-secure-key.ca
(you'll need to create these two first)

Then add:

SSLEngine on

under the respective (virtual)host part.  If you also want it to listen on 
some obscure port rather than the default 443 then add Listen NNNN for the 
port number that you have configured for your SSL enabled (virtual) host.
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

      reply	other threads:[~2009-03-04 20:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-02  8:08 [gentoo-user] ssl + apache2 Kaushal Shriyan
2009-03-04 20:00 ` Mick [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200903042001.07000.michaelkintzios@gmail.com \
    --to=michaelkintzios@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox