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.
Please register or sign in to comment