Re: [users@httpd] Getting Apache Started on a New Server

2023-05-20 Thread Frank Gingras
What is the new error? On Sat, May 20, 2023 at 5:24 PM John Iliffe wrote: > Thanks Frank. > > Hasn't started yet but at least the problem has moved to another line :-) > > Regards, > > John > == > On Sat, 2023-05-20 at 14:48 -0400, Frank Gingras wrote: > > You need a mpm to start httpd. I re

Re: [users@httpd] Getting Apache Started on a New Server

2023-05-20 Thread John Iliffe
Thanks Frank. Hasn't started yet but at least the problem has moved to another line :-) Regards, John == On Sat, 2023-05-20 at 14:48 -0400, Frank Gingras wrote: > You need a mpm to start httpd. I recommend using the event mpm, so just load > the appropriate module. > > On Sat, May 20, 2023

Re: [users@httpd] Getting Apache Started on a New Server

2023-05-20 Thread Frank Gingras
You need a mpm to start httpd. I recommend using the event mpm, so just load the appropriate module. On Sat, May 20, 2023 at 2:27 PM John Iliffe wrote: > Rocky Linux 9.0, new install > Rocky distro version of Apache/httpd > > As recommended I used the distro's download httpd and that has lead me

[users@httpd] Getting Apache Started on a New Server

2023-05-20 Thread John Iliffe
Rocky Linux 9.0, new install Rocky distro version of Apache/httpd As recommended I used the distro's download httpd and that has lead me into a week's worth of chasing phantoms. Specifically, I copied the httpd.conf file from the old server (Apache.2.4.25) to the new server and after clearing al