Re: [users@httpd] Best way to Install

2023-05-07 Thread Florian Schwalm
You can just install from the default package repositories on Rocky Linux. The distro follows the same update policy that CentOS had, meaning that software versions will never change unless you upgrade the OS version itself. The maintainers only integrate security fixes and they do so by

Re: [users@httpd] Best way to Install

2023-05-06 Thread Frank Gingras
Compiling by hand should really be your last resort; distros provide means to merge any changes needed to the configuration files. Some provide .new files that you can diff, even. Further, using the distro package means that you get security updates, provided that you don't use an EOL release.

Re: [users@httpd] Best way to Install

2023-05-05 Thread Brian Wolfe
I personally prefer to install it by compiling the source myself. It's not hard. and then I can control what modules/features are compiled into it. So you will understand what features you have enabled rather than just installing everything. I can also install it in a central location as the

Re: [users@httpd] Best way to Install

2023-05-05 Thread Richard
> Date: Friday, May 05, 2023 19:53:21 -0400 > From: John Iliffe > > Thanks for the prompt response David. This is on Rocky, a Red Hat > derivative. > > I'll see if automatic updates are implemented. On my Fedora > workstation they do happen automatically and I have been burned on >

Re: [users@httpd] Best way to Install

2023-05-05 Thread Curtis
/dnf.conf: > > exclude= > -Original Message- > From: David Jentes > Sent: Friday, May 5, 2023 7:47 PM > To: users@httpd.apache.org > Subject: Re: [users@httpd] Best way to Install > > If you use something Ubuntu or Debian based, no auto updates will happen. If >

Re: [users@httpd] Best way to Install

2023-05-05 Thread John Iliffe
Thanks for the prompt response David. This is on Rocky, a Red Hat derivative. I'll see if automatic updates are implemented. On my Fedora workstation they do happen automatically and I have been burned on occasion. John == On Fri, 2023-05-05 at 18:46 -0500, David Jentes wrote: > If you use

RE: [users@httpd] Best way to Install

2023-05-05 Thread kmhuntly
Or permanent in /etc/dnf/dnf.conf: exclude= Sent: Friday, May 5, 2023 7:47 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Best way to Install If you use something Ubuntu or Debian based, no auto updates will happen. If I remember correctly, some RPM distros might have autoupdates

RE: [users@httpd] Best way to Install

2023-05-05 Thread kmhuntly
Depends on your distro, for almalinux (and other redhat derivatives) its dnf --exclude= -Original Message- From: David Jentes Sent: Friday, May 5, 2023 7:47 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Best way to Install If you use something Ubuntu or Debian based

Re: [users@httpd] Best way to Install

2023-05-05 Thread David Jentes
If you use something Ubuntu or Debian based, no auto updates will happen. If I remember correctly, some RPM distros might have autoupdates on servers, but there should be a way to turn it off if you google it. Sent from my iPhone > On May 5, 2023, at 6:42 PM, John Iliffe wrote: > > I'm

[users@httpd] Best way to Install

2023-05-05 Thread John Iliffe
I'm setting up a new server that will use Apache as a web application. What would be the best way to do it: Take the download that is available from the distro repository or download and compile Apache separately? My concern is that if I use the offered version then it will be automatically