On Tue, Mar 2, 2010 at 8:52 PM, Greg Cole <gcole@xxxxxxxxxxx> wrote: > > So how can I get a unique, dynamically named error log for each host? Something like www.vhost1.org.error_log, www.vhost2.org.error_log,... All the while keeping this in one vhost section. You can't, because apache opens logfiles at startup not as requests arrive. You can use something like mod_macro if you don't want to type out your vhosts, or you can log the vhost name and split your logfiles offline. -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx