Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apache : wrong pid path in alpine images #457

Open
dauriata opened this issue Sep 20, 2022 · 0 comments
Open

Apache : wrong pid path in alpine images #457

dauriata opened this issue Sep 20, 2022 · 0 comments

Comments

@dauriata
Copy link

dauriata commented Sep 20, 2022

For alpine images, It seems that apache pid file is in /var/run/apache2/httpd.pid but here is the pid cleaner found in httpd.sh :

# Apache gets grumpy about PID files pre-existing
rm -f /var/run/httpd/httpd.pid

hence apache enter a boot loop in case of unclean exit
only tested with alpine 7.4
was introduced with this commit 20cb068 to get list of impacted images

linked PR #458

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant