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

2023-05-21 Thread Kevin Huntly
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

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

2023-05-21 Thread Frank Gingras
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

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

2023-05-21 Thread John Iliffe
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

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

2023-05-21 Thread John Iliffe
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