Public
Authored by Łukasz Nowak

Apache not starting after restart or reboot patch

How to apply:

  • download the patch
  • apply in each software release using apache

Script to use on machine with this apache:

curl -so /tmp/template-apache-frontend.cfg.patch https://lab.nexedi.com/snippets/590/raw && for d in /opt/slapgrid/*
do if [ -f $d/template-apache-frontend.cfg ]
then cd $d
patch -p0 < /tmp/template-apache-frontend.cfg.patch
cd -
fi
done
rm /srv/slapgrid/*/.timestamp

Then wait about 10 minutes in order for the system to start after the change is applied.

Edited
template-apache-frontend.cfg.patch 1.07 KB
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment