Hello with the command cat /proc/sys/fs/file-max it is possible to see the value of the filehandles.
with echo 8192 > /proc/sys/fs/file-max its possbile to change the value to 8092 for example! What are your values? And what is the maxium that can be handled on woody 2.4.18? I need the increase the value because I have virtualhosts on my webserver and the log to diff files. beside: OK :) Another possiblity would be to log to one file and split that file every 24 h but right now I have seperate logfiles for each vhost. Marco

