Forum Moderators: phranque
/home/path-to-web/somedomain.com/web
with the directive
VirtualDocumentRoot /home/path-to-web/%2+/web
BUT how can I now force apache (1.3) to write for every domain a separate logfile?
I've tried
CustomLog /home/path-to-web/%2+/logs/access_log combined
ErrorLog /home/path-to-web/%2+/logs/error_log
no way; crashes httpd, as he can not find /home/path-to-web/%2+/logs/access_log...
any other ideas? I've made desperates RDFM, but could not find nothing...
Thanks!