Bug #16841

Missing Exception Handling of config.stat_apache_logfile

Added by David Tahir over 6 years ago. Updated 16 days ago.

Status:Closed Start date:2007-01-09
Priority:Should have Due date:
Assignee:- % Done:

0%

Category:-
Target version:-
TYPO3 Version:4.0 Complexity:
PHP Version:
Votes: 0

Description

used setup: ###
config.stat = 1
config.stat_apache = 1
config.stat_apache_logfile = somefile.log ###

Due to php (on my system) missing LARGE_FILE-support the maximum filesize is 2 GiB. If this size is reached at the given log-file, typo3 won't show a warning whatsoever, and the log won't get written.
In Addition to that some major problems with Session-Management appear, like php not storing the written session information correctly.

Testing System:
Linux SuSe 9.2

Filesystem:
ext3

(issue imported from #M4755)

History

Updated by Michael Stucki over 6 years ago

In my opinion there is not much we can do about this. The solution would be to rotate your log, so it won't grow so large...

Updated by Alexander Opitz 16 days ago

  • Status changed from New to Closed
  • Target version deleted (0)
  • PHP Version deleted (4)

As Michael wrote you need to use logrotate => closed.

Also available in: Atom PDF