|
|||
|
Why specify separate log file for each vhost?
Why specify a separate logfile for each VirtualHost and not just use a common file and then use split-logfile utility which anyway can separate out each domain logs and put it up in domlogs as www.domain.tld.log? Wouldn't this be better When using a large number of Virtual Hosts, where Apache may run out of available file descriptors (sometimes called file handles) if each Virtual Host specifies different log files.
TIA Anup |
|
||||
|
I've run hosting on servers that split logs and it is horrendously bad for server performance as it consume CPU cycles, memory and I/O with abandon. It's much simpler to have them already broken up so that you don't have to go through that horror. If you're running out of inodes you should really be looking at getting a bigger disk or ensuring that user data is stored on a separate disk.
__________________
Jonathan Michaelson cPanel Forum Moderator Need your cPanel servers secured and tuned? cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf http://www.configserver.com |
![]() |
| Thread Tools | |
| Display Modes | |
|
|