Access and Error logs

RosT

Verified User
Joined
Jul 4, 2004
Messages
73
How to make for access and error logs exists in /domain/my.domain/logs? Folder are empty :( Users need this...
 
You might be able to create a symlink or something to the actual logs in /var/log/httpd

Thes logs are accessible through the control panel in the statistics page, above the webalizer links as well so you don't have to do this.
Only usage backups for previous months are stored in /home/username/domains/domoain/logs
 
In the /var/log/httpd only access logs for each domain. And only general error log for all domains. How to fix this?
 
I'm created symbolic links:

# ll
total 0
lrwxr-xr-x 1 root roothost 46 Aug 29 01:27 root-host.net.error.log -> /var/log/httpd/domains/root-host.net.error.log
lrwxr-xr-x 1 root roothost 40 Aug 29 01:27 root-host.net.log -> /var/log/httpd/domains/root-host.net.log


But when I try to read this files via FTP (user roothost), I retrieve Access Denied.

How to fix this?
 
Back
Top