You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/10/27 17:09:06 UTC

DO NOT REPLY [Bug 31919] New: - Loggin with pipe dows not work as decribed in manual

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31919>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31919

Loggin with pipe dows not work as decribed in manual

           Summary: Loggin with pipe dows not work as decribed in manual
           Product: Apache httpd-2.0
           Version: 2.0.52
          Platform: PC
               URL: http://httpd.apache.org/docs-2.0/mod/mod_log_config.html
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_log_config
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: jonas@webkonsulterna.com


The following only works when the totaly number of virutal hosts is under 300.
I after that if i access a web page i get error 403 access denied error on all 
sites on my server. It looks lite its file decriptors error or something.
My kernel log says Oct 27 16:15:43 linux-www2 kernel: memory.c:100: bad pmd 
bfffec00

If i change back the loggin to standard loggin:
CustomLog /home/webhosting/xxxx/xxxx.com/logfiles/access.log combinedis works 
agen. Is it possible that pipes eats up more file descriptors then ordinay log 
lines?

THIS DOES NOT WORK WITH TO MANY SITES (over 340)
CustomLog "|/usr/sbin/rotatelogs /home/webhosting/xxxx/xxxx.com/logfiles/access
.%Y-%m-%d.log 86400" combined

I need all logfiles to be rotated daily becouse of the size. And I can't use 
the stnadard routated program becouse i have a statistiks server that crashes
if a logfile is routated while it reads it.

I need apache to save the logfiles in the same way as IIS does. 
Create a new filename every day.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org