Symptoms
The Cloudlinux provided 'ea-cpanel-tools' does not create the `/var/log/cpanel-server-traffic/web/` directory, which can cause some issues with rebuilding Apache.
Description
Recently, 'ea-cpanel-tools' was updated to create the `/var/log/cpanel-server-traffic/web/` directory. However, when 'ea-cpanel-tools' is provided by CloudLinux, it is not created. This can sometimes cause issues with rebuilding the Apache Configuration.
We've opened an internal case for our development team to investigate this further. For reference, the case number is CPANEL-47018. Follow this article to receive an email notification when a solution is published in the product.
Workaround
Manually create the `/var/log/cpanel-server-traffic/web/` directory.
These commands will create the directory and set the correct permissions:
mkdir -pv /var/log/cpanel-server-traffic/web
chmod -v 700 /var/log/cpanel-server-traffic /var/log/cpanel-server-traffic/web
Comments
0 comments
Article is closed for comments.