This is a discussion on 1.3 max log size? within the Linux Web Servers forums, part of the Web Server and Related Forums category; Does apache 1.3.x have a max log size of 2 gigs or is that my linux kernel limitation?...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
This is an apache limitation. You can set up log rotation to avoid reaching
this limit. Apache will come to a halt if the log size hits 2G. "Ken Williams" <kenw232@yahoo.com> wrote in message news:fXZte.1574$4a.616@read2.cgocable.net... > Does apache 1.3.x have a max log size of 2 gigs or is that my linux kernel > limitation? > |
|
|||
|
In article <1119577281.ce93d5f471968c94d5bf2a1906bbb262@teran ews>, "Bob Jones" <email@me.not> wrote:
>This is an apache limitation. You can set up log rotation to avoid reaching >this limit. Apache will come to a halt if the log size hits 2G. > >"Ken Williams" <kenw232@yahoo.com> wrote in message >news:fXZte.1574$4a.616@read2.cgocable.net... >> Does apache 1.3.x have a max log size of 2 gigs or is that my linux kernel >> limitation? Even if I compile apache with the -D_FILE_OFFSET_BITS=64 or/and -D_LARGEFILE_SOURCE? kenw232@yahoo.com |
|
|||
|
"Ken Williams" <kenw232@yahoo.com> wrote in message news:GTKve.4982$ri.450@read1.cgocable.net... > In article <1119577281.ce93d5f471968c94d5bf2a1906bbb262@teran ews>, "Bob > Jones" <email@me.not> wrote: >>This is an apache limitation. You can set up log rotation to avoid >>reaching >>this limit. Apache will come to a halt if the log size hits 2G. >> >>"Ken Williams" <kenw232@yahoo.com> wrote in message >>news:fXZte.1574$4a.616@read2.cgocable.net... >>> Does apache 1.3.x have a max log size of 2 gigs or is that my linux >>> kernel >>> limitation? > > > Even if I compile apache with the -D_FILE_OFFSET_BITS=64 or/and > -D_LARGEFILE_SOURCE? > > kenw232@yahoo.com I am not sure if this will work. You can probably try it. |