i am a bit stuck and dont know whats the quickest and easiest solution.
We have one domain name lets say www.example.com , however we have many 3rd part sites that are in the directory /export/sites/htdocs/example/
at the moment all access logs and error logs for the 20+ sites we have are stored in one of these files.
I want to split the logging so for example we have www.example.com/test1 to have its seperate access log and error log in its directory:
/export/sites/htdocs/example/test1/logs
Whats the best way to achieve this