the timeout from systemd is likely permissions related - e.g. apache can't
write it's pid file (normally the case)
On Sun, May 21, 2023, 15:12 Frank Gingras wrote:
> For those, you'll have to ask your distro community. You can start httpd
> with `apachectl start` in a normal environment.
>
> On
For those, you'll have to ask your distro community. You can start httpd
with `apachectl start` in a normal environment.
On Sun, May 21, 2023 at 12:56 PM John Iliffe wrote:
> Hi Frank:
>
> I finally got Apache to start but it seems to be running in the
> foreground. Not
> sure why but the defau
Hi Frank:
I finally got Apache to start but it seems to be running in the foreground. Not
sure why but the default httpd.service file results in:
root 110531 110286 0 12:42 pts/000:00:00 systemctl start httpd
root 110533 1 0 12:42 ?00:00:00 /usr/sbin/httpd -DFOREGR
Hi Frank:
Looks like I have path problems because I am now getting the error:
[Sun May 21 12:21:45.613390 2023] [mime:error] [pid 110214:tid 110214] (2)No
such file or directory: AH01597: could not open mime types config file
/etc/httpd/conf/mime.types.
The problem here, and in retrospect I shou
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
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
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
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