On Tue, Mar 2, 2010 at 8:52 PM, Greg Cole <gc...@uoregon.edu> 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
cove...@gmail.com

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to