Newbie looking for some guidance.

Newbie looking for some guidance.

am 24.01.2005 20:33:56 von Tony Andrews

This is a multi-part message in MIME format.

------=_NextPart_000_0007_01C50219.5AA025D0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Greetings...

We are attempting to add SSL to a server currently in production. Some =
details:

AIX 5.2
Apache 2.0.39 (I did not install it, but I'm guessing it wasn't =
installed with mod_ssl)
just installed openssl 0.9.7d-1 (rpm prepared for AIX)

I'm familiar with setting up virtual hosts and have found some examples =
relating to virtual hosts and ssl... I'm just a bit confused about a =
couple of things:

1. Is there a way to install mod_ssl once apache has been installed?
2. What is the role of the SSL.conf file? =20

Anything that might point to a good reference would be appreciated. I'm =
not seeing anything specific to this in the FAQs.

Thanks,

Tony Andrews
------=_NextPart_000_0007_01C50219.5AA025D0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable



charset=3Diso-8859-1">




Greetings...

 

We are attempting to add SSL to a =
server currently=20
in production.  Some details:

 

AIX 5.2

Apache 2.0.39 (I did not install it, =
but I'm=20
guessing it wasn't installed with mod_ssl)

just installed openssl 0.9.7d-1 (rpm =
prepared for=20
AIX)

 

I'm familiar with setting up virtual =
hosts and have=20
found some examples relating to virtual hosts and ssl...  I'm just =
a bit=20
confused about a couple of things:

 

1.  Is there a way to install =
mod_ssl once=20
apache has been installed?

2.  What is the role of the =
SSL.conf=20
file? 

 

Anything that might point to a good =
reference would=20
be appreciated.  I'm not seeing anything specific to this in the=20
FAQs.

 

Thanks,

 

Tony Andrews


------=_NextPart_000_0007_01C50219.5AA025D0--


____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: Newbie looking for some guidance.

am 24.01.2005 20:49:06 von Mike Alberghini

If you are running Apache2, mod_ssl is probably there. You can run
httpd -l
in your apache bin dir for a list of compiled in modules.

The ssl.conf file is an include that gets read and added into the
httpd.conf file if apache is started with SSL enabled. It contains
all the setting that are only of use to the SSL server, the most
important ones being the location of the server certificate and key.

http://www.modssl.org/ is a good place to read up on this.


On Mon, Jan 24, 2005 at 01:33:56PM -0600, Tony Andrews wrote:
> Greetings...
>
> We are attempting to add SSL to a server currently in production. Some details:
>
> AIX 5.2
> Apache 2.0.39 (I did not install it, but I'm guessing it wasn't installed with mod_ssl)
> just installed openssl 0.9.7d-1 (rpm prepared for AIX)
>
> I'm familiar with setting up virtual hosts and have found some examples relating to virtual hosts and ssl... I'm just a bit confused about a couple of things:
>
> 1. Is there a way to install mod_ssl once apache has been installed?
> 2. What is the role of the SSL.conf file?
>
> Anything that might point to a good reference would be appreciated. I'm not seeing anything specific to this in the FAQs.
>
> Thanks,
>
> Tony Andrews
--
Michael Alberghini
Software Systems Engineer
Georgia State University
mike@gsu.edu
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org