You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Charlie Smith <Sm...@ldschurch.org> on 2005/03/21 22:27:21 UTC

[users@httpd] What is best way to upgarde mod_ssl? Does one have to upgrad entire Apache install?

What is best way to upgarde mod_ssl?  Does one have to upgrad entire Apache
install?

Charlie ;)
3/21/05

------------------------------------------------------------------------------
This message may contain confidential information, and is
intended only for the use of the individual(s) to whom it
is addressed.
------------------------------------------------------------------------------


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] What is best way to upgarde mod_ssl? Does one have to upgrad entire Apache install?

Posted by Joshua Slive <js...@gmail.com>.
On Mon, 21 Mar 2005 14:27:21 -0700, Charlie Smith <Sm...@ldschurch.org> wrote:
> What is best way to upgarde mod_ssl?  Does one have to upgrad entire Apache
> install?

This depends on how you installed it in the first place.  If you used
an rpm install, then you should do an rpm upgrade.  If you didn't,
then you need to check whether mod_ssl is compiled statically or
dynamicall.  If you have a LoadModule line in httpd.conf for mod_ssl,
then it is dynamically compiled, and you can most likely upgrade it
without upgrading the rest of the server, as long as you are only
doing a minor version change.  Check the mod_ssl docs on how to use
apxs.

Joshua.

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org