Re: [users@httpd] yum update puts back removed Apache modules

2017-11-10 Thread pdoubek
Oops, forgot to paste the link. It looks like you got the answer, but  
to complete my response here you go: 

https://access.redhat.com/solutions/10185
 
Quoting pdou...@xmission.com:


I have had to deal with this problem, usually due to updates that are
unsupported by 3rd party apps. You can exclude individual packages
from your updates. I think this article should help. 

 Quoting "Rose, John B" :


It seems as though “yum” update has replaced Apache modules    
installed in the default installation, that we had removed after   
the  initial install because they weren’t used.

Is there some way to prevent that from happening?

thanks






Re: [users@httpd] yum update puts back removed Apache modules

2017-11-10 Thread pdoubek
I have had to deal with this problem, usually due to updates that are  
unsupported by 3rd party apps. You can exclude individual packages  
from your updates. I think this article should help. 


 Quoting "Rose, John B" :

It seems as though “yum” update has replaced Apache modules   
installed in the default installation, that we had removed after  
the  initial install because they weren’t used.


Is there some way to prevent that from happening?

thanks






Re: [users@httpd] yum update puts back removed Apache modules

2017-11-10 Thread Rose, John B
Thanks  John

On 11/10/17, 4:38 PM, "John Iliffe"  wrote:

yum doesn't know when you install a programme by compiling it that it is 
there unless you update the package history database, so it goes by it's 
previous record (the apache version that you superseded).

There is a yum option to exclude specific packages from a yum update.  I 
seem to recall that it is --exclude  but you can find it in the 
man 
file.

The newer version of yum, dnf, is a bit more flexible if you have the 
option 
to update, and the command for dnf is -x 

Regards,

John
=
On Friday 10 November 2017 16:24:35 Rose, John B wrote:
> It seems as though “yum” update has replaced Apache modules installed in
> the default installation, that we had removed after the initial install
> because they weren’t used.
> 
> Is there some way to prevent that from happening?
> 
> thanks

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org


Re: [users@httpd] yum update puts back removed Apache modules

2017-11-10 Thread John Iliffe
yum doesn't know when you install a programme by compiling it that it is 
there unless you update the package history database, so it goes by it's 
previous record (the apache version that you superseded).

There is a yum option to exclude specific packages from a yum update.  I 
seem to recall that it is --exclude  but you can find it in the man 
file.

The newer version of yum, dnf, is a bit more flexible if you have the option 
to update, and the command for dnf is -x 

Regards,

John
=
On Friday 10 November 2017 16:24:35 Rose, John B wrote:
> It seems as though “yum” update has replaced Apache modules installed in
> the default installation, that we had removed after the initial install
> because they weren’t used.
> 
> Is there some way to prevent that from happening?
> 
> thanks

-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org