I added %D to my log files and I have some pages that are taking quite a
long time to serve up (on the order of seconds). Two questions:
1. What exactly are the start and stop points that Apache uses when
computing the time to serve up the page (%D)? I assume they are at the
interface between A
>
> I don't know why my access_log file is always 0 bytes size.
> I've searched all among httpd.conf but can't find where's the problem.
>
Do you have CustomLog directives defined in any virtual hosts? I
believe that would cause the behavior you are seeing.
See http://httpd.apache.org/docs/