> -----Original Message-----
> From: Richard Collyer [mailto:[EMAIL PROTECTED] 
> Sent: Monday, July 24, 2006 7:02 PM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Apache 2 SSL - Install Question
> 
> Boyle Owen wrote:
> > If you have mod_so already compiled in, you can do dynamic 
> loading. Then
> > with apache 2.2, mod_ssl is just an extension module as 
> part of the main
> > distro. You should just be able to compile it and then 
> "LoadModule" it.
> > Check the INSTALL file in the distro for instructions...
> > 
> > If you don't have mod_so (ie, you have a statically 
> compiled apache),
> > then you'll need to recompile the whole server with mod_ssl 
> in the mix.
> 
> Hello,
> 
> [EMAIL PROTECTED]:/usr/sbin] $ httpd -l
> Compiled in modules:
>    core.c
>    prefork.c
>    http_core.c
>    mod_so.c
> 
> That seems to me that I have mod_so compiled in already? Is that 
> correct? If so does anyone have any install guides for just 
> dynamically 
> loading mod_ssl?
> 
> I've seen: 
> http://www.sitepoint.com/article/securing-apache-2-server-ssl 
> which goes on about linux but only the paths seem to be 
> different from 
> FreeBSD.

The article is spot on - well done for actually searching the web for
info *before* posting!

As the man says, if you're using a vendor apache, check it to see if you
already have a mod_ssl module ready to load (I don't think he gets the
name right - on my system, apache 2.2, it's modules/mod_ssl.so). 

If you compiled apache yourself, you need to compile the module -
instructions are in the INSTALL file in the distro.

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 




> 
> Or do I have the wrong end of the stick?
> 
> Once again many thanks,
> 
> Richard
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to