public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] ssl + apache2
@ 2009-03-02  8:08 Kaushal Shriyan
  2009-03-04 20:00 ` Mick
  0 siblings, 1 reply; 2+ messages in thread
From: Kaushal Shriyan @ 2009-03-02  8:08 UTC (permalink / raw
  To: gentoo-user

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

Hi,

is there a step by step guide to configure ssl on apache2 on Gentoo OS?

Thanks and Regards

Kaushal

[-- Attachment #2: Type: text/html, Size: 128 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-user] ssl + apache2
  2009-03-02  8:08 [gentoo-user] ssl + apache2 Kaushal Shriyan
@ 2009-03-04 20:00 ` Mick
  0 siblings, 0 replies; 2+ messages in thread
From: Mick @ 2009-03-04 20:00 UTC (permalink / raw
  To: gentoo-user

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-04 20:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-02  8:08 [gentoo-user] ssl + apache2 Kaushal Shriyan
2009-03-04 20:00 ` Mick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox