I am used to seeing the apache access and error logs in /var/www/domain.com/log But I don't see any files there. It appears all the logs are going directly to the main access/error logs How I can get the domain specific logs to regenerate?
Do you have your apache virtualhost configurated correctly? Code: error_log /var/log/ispconfig/httpd/domain/error.log; access_log /var/log/ispconfig/httpd/domain/access.log combined;