Actions
Bug #16841
closedMissing Exception Handling of config.stat_apache_logfile
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