Introduction
If the /etc/apache2/logs
symlink is missing or incorrect, the following procedure can be used to recreate the symlink.
Procedure
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Run the following commands.
mv /etc/apache2/logs{,.$(date +%s)}
ln -s /var/log/apache2 /etc/apache2/logs
Comments
0 comments
Article is closed for comments.