Access_logs are not available in log folder.

kumkumsharma

Administrator
Staff member
You will find all the server logs at /var/log/apache2/access_log location. After that these logs are splitted into users and domain logs folder which are available at var/log/apache2/access_log/domlogs location.

Files available in /home/user/logs/folder are compressed files.

Now run below command to generate files.

Code:
/usr/local/cpanel/scripts/runweblogs <user>
But one thing you have to note that with this command user’s corresponding domlogs will be empty.
 
Top