> -----Original Message-----
> From: Richard Collyer [mailto:[EMAIL PROTECTED] 
> Sent: Monday, July 24, 2006 1:26 PM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Apache 2 SSL - Install Question
> 
> 
> On Mon, July 24, 2006 11:31 am, Boyle Owen wrote:
> > The essential point to bear in mind when adding SSL to a 
> webserver is;
> > what you're really doing is adding a port-based virtualhost 
> (usually on
> > port 443) that uses an additional protocol layer (HTTPS). 
> All you should
> > be doing is *adding* directives so no changes should be necessary to
> > existing config directives.
> >
> > PHP is just a bunch of server-sided logic and so doesn't 
> know or care
> > whether the protocol used to connect was HTTP or HTTPS - so 
> I would say
> > it should make no difference.
> 
> Thanks for the reply.
> 
> Is there any way to add SSL to an existing apache install 
> considering this
> or does it have to be an install from scratch?

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.

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

> 
> Cheers
> Richard
> 
> -- 
> Richard Collyer
> [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> 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