Artix Linux Forum

Artix Linux => System => Topic started by: curvian on 04 December 2024, 15:21:27

Title: apache-openrc status says crashed but httpd is running
Post by: curvian on 04 December 2024, 15:21:27
`rc-service httpd status` reports apache as 'crashed' while `rc-status` shows it as 'started'.

The server is running and I can make requests. I don't see any error in the logs.

It is the case on 2 separate systems I am running.
Title: Re: apache-openrc status says crashed but httpd is running
Post by: mrbrklyn on 05 December 2024, 04:35:42
You are having a disagreement as to what the PID runtime temp variable is.
Title: Re: apache-openrc status says crashed but httpd is running
Post by: Artist on 05 December 2024, 22:25:30
For me both commands show status 'crashed'.
I'm trying to create a fix.

artist
Title: Re: apache-openrc status says crashed but httpd is running
Post by: mrbrklyn on 06 December 2024, 07:49:54
For me both commands show status 'crashed'.
I'm trying to create a fix.

artist


ps is you friend
Title: Re: apache-openrc status says crashed but httpd is running
Post by: Artist on 06 December 2024, 22:03:43
Package apache-openrc has been updated and should report the correct status now.

artist
Title: Re: apache-openrc status says crashed but httpd is running
Post by: curvian on 08 December 2024, 15:40:33
thank you!