I notice my site went blank and could not load. I decided to look at the apache error logs and found this:
What does it mean? How can I fix it? Thanks.
Code:
[Tue Mar 16 08:24:18 2010] [error] server reached MaxClients setting, consider raising the MaxClients setting
[Tue Mar 16 09:00:01 2010] [crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock
Configuration Failed
[Tue Mar 16 09:02:01 2010] [crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock
Configuration Failed
Here is my current apache2.conf
Code:
<IfModule mpm_worker_module>
StartServers 1
MaxClients 100
MinSpareThreads 5
MaxSpareThreads 25
ThreadsPerChild 25
MaxRequestsPerChild 100
</IfModule>