Re: How to ADD SSL Support to Apache?
From: Jim (me_at_here.com)
Date: 04/26/05
- Previous message: Scott Howard: "Re: Load Balancing for W2100z"
- In reply to: ohaya: "Re: How to ADD SSL Support to Apache?"
- Next in thread: ykw_at_lineone.net: "Re: How to ADD SSL Support to Apache?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 26 Apr 2005 10:58:33 GMT
ohaya wrote:
>>LOADS of people have had to do this
>>read up on Apache / APXS
>>You'll have to compile ssl (if not already on your system) then compile
>>the Apache/SSL module, It *REALLY* is straightforward a quick Google
>>will give you the instructions you need ot there are plenty of sites
>>with step by step instructions on how to build Apache/PHP/SSL, just miss
>>out the PHP parts.
>>
>>Sorry to be a bit blunt but I think it will be better for yourself to
>>look into it, you'll learn far more that way
>>
>>Good luck (you won't need it) and have fun with it
>
>
>
> Hi Jim,
>
> I'm not disputing what you indicated, but I'm starting to think that
> this (adding mod_ssl incrementally) may not be possible for me at this
> point.
>
> FYI, I have been searching for a few days, and I just ran across the
> following:
>
> " The normal procedure with apxs is to compile Apache
> first, and then, using apxs, compile the modules you
> want to use and insert them into the server. However,
> mod_ssl needs to be compiled into the server the normal
> way before you can use it via apxs. Once mod_ssl is in
> the server for the first time, you can then upgrade it
> via apxs without having to completely recompile Apache."
>
> I have a ../mod_ssl source directory that was included in the original
> Apache source distribution, but a lot of the information that I've
> looked at states to start with a "./configure", but there is no
> configure script in that mod_ssl source directory.
>
> I may have to "punt" on this one, and re-do the Apache
> configure/make/make install again, I think :(...
>
> Jim
If you still have the source for the original installation you can just
do the ./configure --prefix=/opt/sfw/apache --with apxs
--with-ssl=../path/to/ssl/I_built ... then just a 'make' then copy the
module parts to the relevant apache directories, then ofcourse make your
certs. If not you can download the source for your current release from
apache.org.
Or better still, take this chance to update your apache distribution to
the latest release (or one you feel comfortable with) and rebuild the
whole thing ! I get the idea you really don't feel like doing this but
it should only take about an hour and there's not reallt much to go
wrong. Just rename your current apache directory to something like
/opt/sfw/apache-bak before you do a make install
That way if goes wrong it's just a matter of renaming directories
HTH
Jim
- Previous message: Scott Howard: "Re: Load Balancing for W2100z"
- In reply to: ohaya: "Re: How to ADD SSL Support to Apache?"
- Next in thread: ykw_at_lineone.net: "Re: How to ADD SSL Support to Apache?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|