2.0.58 compiled - forgot to/need to --enable ssl

I.

Is there a way to add the SSL support "after the fact?" I compiled and
simply forgot to add the flag. The flag I used to compile is:

../configure --prefix=/usr/local/apache --enable-mods-shared=most

What would I do to simply add the SSL in afterward? From what I can
tell this shop doesn't do the DSO approach, so that's perhaps not an option.

Is there a static way to do this or should I start from scratch?

II.
REMOVAL question:

If I need to wipe it all and start from scratch -is there a smart way to
go about removing apache?

Here's what I did in total, it's been working great, save for my error
in not getting SSL on there. -would I be better off with just using
enable-mods-shared ALL (that includes SSL right?)

cd /usr/local/src

wget http://www.mirrorgeek.com/apache.org/httpd/httpd-2.0.58.tar. gz

tar -xzf httpd-2.0.58.tar.gz
cd httpd-2.0.58

../configure --prefix=/usr/local/apache --enable-mods-shared=most

make

make install

ln -s /usr/local/apache/bin/apachectl /etc/rc.d/init.d/httpd

cp -v /usr/local/src/build/configs/httpd.conf /usr/local/apache/conf/

cp -v /usr/local/src/build/configs/index.html /usr/local/apache/htdocs/

vi /usr/local/apache/conf/httpd.conf



____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org
Karl [ Mi, 10 Januar 2007 21:54 ] [ ID #1591036 ]

Re: 2.0.58 compiled - forgot to/need to --enable ssl

------=_Part_17174_24754395.1168513023753
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

As far as I know, if you install openSSL, that actually configure apache to
use SSL. But I never tried that (so, don't shout at me if it does not work,
ok?).

And if you want to install apache again, thats pretty simple. Just do the
whole installation process once again. This time make sure to include the
switches. This will simply overwrite the old files and you will be able to
get it up without any further trouble.

(Please remember, I do not take any responsibility for the free advice I
give ;-) )

--Hossain


On 1/10/07, Karl R. Balsmeier <karl [at] klxsystems.net> wrote:
>
> I.
>
> Is there a way to add the SSL support "after the fact?" I compiled and
> simply forgot to add the flag. The flag I used to compile is:
>
> ./configure --prefix=/usr/local/apache --enable-mods-shared=most
>
> What would I do to simply add the SSL in afterward? From what I can
> tell this shop doesn't do the DSO approach, so that's perhaps not an
> option.
>
> Is there a static way to do this or should I start from scratch?
>
> II.
> REMOVAL question:
>
> If I need to wipe it all and start from scratch -is there a smart way to
> go about removing apache?
>
> Here's what I did in total, it's been working great, save for my error
> in not getting SSL on there. -would I be better off with just using
> enable-mods-shared ALL (that includes SSL right?)
>
> cd /usr/local/src
>
> wget http://www.mirrorgeek.com/apache.org/httpd/httpd-2.0.58.tar. gz
>
> tar -xzf httpd-2.0.58.tar.gz
> cd httpd-2.0.58
>
> ./configure --prefix=/usr/local/apache --enable-mods-shared=most
>
> make
>
> make install
>
> ln -s /usr/local/apache/bin/apachectl /etc/rc.d/init.d/httpd
>
> cp -v /usr/local/src/build/configs/httpd.conf /usr/local/apache/conf/
>
> cp -v /usr/local/src/build/configs/index.html /usr/local/apache/htdocs/
>
> vi /usr/local/apache/conf/httpd.conf
>
>
>
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users [at] modssl.org
> Automated List Manager majordomo [at] modssl.org
>



--
I'm changing everyday...
so are my views...
hence I deny any responsibility/(ies)...
for what I said yesterday... ;-)

------=_Part_17174_24754395.1168513023753
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

<div>As far as I know, if you install openSSL, that actually configure apache to use SSL. But I never tried that (so, don't shout at me if it does not work, ok?). </div>
<div> </div>
<div>And if you want to install apache again, thats pretty simple. Just do the whole installation process once again. This time make sure to include the switches. This will simply overwrite the old files and you will be able to get it up without any further trouble.
</div>
<div> </div>
<div>(Please remember, I do not take any responsibility for the free advice I give ;-)  )</div>
<div> </div>
<div>--Hossain<br><br> </div>
<div><span class="gmail_quote">On 1/10/07, <b class="gmail_sendername">Karl R. Balsmeier</b> <karl [at] klxsystems.net> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I.<br><br>Is there a way to add the SSL support "after the fact?"  I compiled and<br>simply forgot to add the flag.  The flag I used to compile is:
<br><br>./configure --prefix=/usr/local/apache --enable-mods-shared=most<br><br>What would I do to simply add the SSL in afterward?  From what I can<br>tell this shop doesn't do the DSO approach, so that's perhaps not an option.
<br><br>Is there a static way to do this or should I start from scratch?<br><br>II.<br>REMOVAL question:<br><br>If I need to wipe it all and start from scratch -is there a smart way to<br>go about removing apache?<br><br>
Here's what I did in total, it's been working great, save for my error<br>in not getting SSL on there.  -would I be better off with just using<br>enable-mods-shared ALL (that includes SSL right?)<br><br>cd /usr/local/src
<br><br>wget http://www.mirrorgeek.com/apache.org/httpd/httpd-2.0.58.tar. gz<br><br>tar -xzf httpd-2.0.58.tar.gz<br>cd httpd-2.0.58<br><br>./configure --prefix=/usr/local/apache --enable-mods-shared=most
<br><br>make<br><br>make install<br><br>ln -s /usr/local/apache/bin/apachectl /etc/rc.d/init.d/httpd<br><br>cp -v /usr/local/src/build/configs/httpd.conf /usr/local/apache/conf/<br><br>cp -v /usr/local/src/build/configs/index.html /usr/local/apache/htdocs/
<br><br>vi /usr/local/apache/conf/httpd.conf<br><br><br><br> ____________________________________________________________ __________<br>Apache Interface to OpenSSL (mod_ssl)                   <a href="http://www.modssl.org">
www.modssl.org</a><br>User Support Mailing List                      modssl-users [at] modssl.org<br>Automated List Manager                            <a href="mailto:majordomo [at] modssl.org">
majordomo [at] modssl.org</a><br></blockquote></div><br><br clear="all"><br>-- <br>I'm changing everyday...<br>so are my views...<br>hence I deny any responsibility/(ies)...<br>for what I said yesterday... ;-)

------=_Part_17174_24754395.1168513023753--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org
Shahadat Hossain [ Do, 11 Januar 2007 11:57 ] [ ID #1592286 ]

Re: 2.0.58 compiled - forgot to/need to --enable ssl

I actually did an rm command on /usr/local/apache, and rm on
/etc/rc.d/init.d/httpd symlink I had for apachectl, and redid the
install with the --enable-ssl and it worked great with apachectl startssl.




Shahadat Hossain wrote:

> As far as I know, if you install openSSL, that actually configure
> apache to use SSL. But I never tried that (so, don't shout at me if it
> does not work, ok?).
>
> And if you want to install apache again, thats pretty simple. Just do
> the whole installation process once again. This time make sure to
> include the switches. This will simply overwrite the old files and you
> will be able to get it up without any further trouble.
>
> (Please remember, I do not take any responsibility for the free advice
> I give ;-) )
>
> --Hossain
>
>
> On 1/10/07, *Karl R. Balsmeier* <karl [at] klxsystems.net
> <mailto:karl [at] klxsystems.net>> wrote:
>
> I.
>
> Is there a way to add the SSL support "after the fact?" I
> compiled and
> simply forgot to add the flag. The flag I used to compile is:
>
> ./configure --prefix=/usr/local/apache --enable-mods-shared=most
>
> What would I do to simply add the SSL in afterward? From what I can
> tell this shop doesn't do the DSO approach, so that's perhaps not
> an option.
>
> Is there a static way to do this or should I start from scratch?
>
> II.
> REMOVAL question:
>
> If I need to wipe it all and start from scratch -is there a smart
> way to
> go about removing apache?
>
> Here's what I did in total, it's been working great, save for my error
> in not getting SSL on there. -would I be better off with just using
> enable-mods-shared ALL (that includes SSL right?)
>
> cd /usr/local/src
>
> wget http://www.mirrorgeek.com/apache.org/httpd/httpd-2.0.58.tar. gz
>
> tar -xzf httpd-2.0.58.tar.gz
> cd httpd-2.0.58
>
> ./configure --prefix=/usr/local/apache --enable-mods-shared=most
>
> make
>
> make install
>
> ln -s /usr/local/apache/bin/apachectl /etc/rc.d/init.d/httpd
>
> cp -v /usr/local/src/build/configs/httpd.conf /usr/local/apache/conf/
>
> cp -v /usr/local/src/build/configs/index.html
> /usr/local/apache/htdocs/
>
> vi /usr/local/apache/conf/httpd.conf
>
>
>
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl)
> www.modssl.org <http://www.modssl.org>
> User Support Mailing
> List modssl-users [at] modssl.org
> <mailto:modssl-users [at] modssl.org>
> Automated List Manager
> majordomo [at] modssl.org <mailto:majordomo [at] modssl.org>
>
>
>
>
> --
> I'm changing everyday...
> so are my views...
> hence I deny any responsibility/(ies)...
> for what I said yesterday... ;-)


____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users [at] modssl.org
Automated List Manager majordomo [at] modssl.org
Karl [ Fr, 12 Januar 2007 01:00 ] [ ID #1592287 ]
Webserver » gmane.comp.apache.mod-ssl.user » 2.0.58 compiled - forgot to/need to --enable ssl

Vorheriges Thema: Same old 405 Post not allowed error
Nächstes Thema: Howto "unload" the mod_ssl from memory?