> 
> > There is a way around. You can have separate log files for each 
> > virtual host. Assign ip number for each virtual host. 
> >  
> > You may also need encryption between your server and clients for 
> > security, in these times when  users have snippers, tcpdump, and 
> > ethereal. So, ip numbers for each virtual host is a must.
> 
> thanks, Oscar
> 
> all these are name based vhosts, and I don't have spare IP 
> addresses to asign to them.
> 
> I'm just trying to scertain whether I should run individual 
> vhost logs vs a single log
> for all vhosts, from the perpective of file handles use.
> 
> 
> 
> Voytek Eymont


Can't you use the CustomLog and ErrorLog directives inside the
<VirtualHost> container?
<VirtualHost IP Address>
        Other Stuff

        CustomLog /real/path/to/virtual/host/access_log combined
        ErrorLog /real/path/to/virtual/host/error_log

        More Stuff

</VirtualHost>


cheers

Michael


-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to