Re: [EMAIL PROTECTED] Apache waiting for i/o - optimizing

2007-09-19 Thread Bj
Stop logging ! of maybe filter what you're logging (static ressources,...) For exemple, this will prevent logging ressource calls begining with /javascript/ urls : LogFormat %h %l %u %t \%r\ %s %b \%{Referer}i\ \%{User-Agent}i\ combined SetEnvIf Request_URI ^/javascript/.*$ jscript CustomLog

Re: [EMAIL PROTECTED] Apache waiting for i/o - optimizing

2007-09-19 Thread Joshua Slive
On 9/19/07, Bj [EMAIL PROTECTED] wrote: Stop logging ! of maybe filter what you're logging (static ressources,...) For exemple, this will prevent logging ressource calls begining with /javascript/ urls : LogFormat %h %l %u %t \%r\ %s %b \%{Referer}i\ \%{User-Agent}i\ combined SetEnvIf

Re: [EMAIL PROTECTED] Apache waiting for i/o - optimizing

2007-09-19 Thread Samuel Vogel
Yeah, I wanted to switch to MySQL based logs for some time now. Right now, I could disable the access log completly, but I don't see a single CustomLog directive in my config files? Where could it be defined, or how could I disable it anyways? I'm running Debian. h1314632:~# grep CustomLog

[EMAIL PROTECTED] Apache waiting for i/o - optimizing

2007-09-18 Thread Samuel Vogel
Hey, The delivery of my sites is getting somewhat sluggish, so I checked top and it say that 30% of my CPU time is just waiting for i/o. Is there anything that I can do about this, as in optimizing Apache? I'm thinking about caching mechnisms, but I have now over 6.000 sites running, so I'm