place apache logs in /var/logs
Hey There,
i'd like to change where apache logs for the hosted domains. I' set up the relevant part of server template like this: [code:1]ErrorLog /var/log/hosting/${DOM}/logs/error_log CustomLog /var/log/hosting/${DOM}/logs/access_log combined[/code:1]
but when i try to create a virtual server apache complains that this is a bad file descriptor. /var/log/hosting is there.