Project

General

Profile

Actions

Bug #16841

closed

Missing Exception Handling of config.stat_apache_logfile

Added by David Tahir almost 18 years ago. Updated over 11 years ago.

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

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)

Actions #1

Updated by Michael Stucki almost 18 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...

Actions #2

Updated by Alexander Opitz over 11 years ago

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

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

Actions

Also available in: Atom PDF