Hello,
I created a specific virtual host template for websites.
I want to host the log files under the home directory
This is what I added :
# CustomLog /home/kockel/logs/kockel.be.bytes bytes
CustomLog /home/kockel/logs/kockel.be.log combined
ErrorLog /home/kockel/logs/kockel.be.error.log
Everything is created fine when creating a new user.
Only big issue : the logs folder is NOT created...
When rebooting apache, it fails...
Anyone has a solution for this? Are there any template folders that I need to adjust? or a script?