Question
How do I fix the Apache Domlog symlink?
Answer
If you find the symlink for the Apache Dom log has gone missing, and /etc/apache2/logs
is present, you can resolve this by moving the folder and recreating the symlink.
mv /etc/apache2/logs /var/log/apache2
ln -s ../../var/log/apache2 /etc/apache2/logs