looking at some of the Apache docs on vhosting states in part: ----- /manual/vhosts/mass.html
... The main disadvantage is that you cannot have a different log file for each virtual host; however if you have very many virtual hosts then doing this is dubious anyway because it eats file descriptors. It is better to log to a pipe or a fifo and arrange for the process at the other end to distribute the logs to the customers (it can also accumulate statistics, etc.). .. ----- at what point should one get concerned: 100 logs ? 1000 ? ? how does one asses how many file handles are available/free/in use ? Voytek Eymont -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
