When I try to view the apache2/access.log from the web interface I receive an "Internal Server Error".
Other log files works fine to view. Permission problems?
/Tompa
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
View log feature from Web UI error
I guess file size problem!
I have the same error. Then i use SSH and go to
/var/log/apache2
du -h
gives 9.8M filesize of the log which itself is ok.
PHP (so your admin UI) has a standard 2Mb filesize restriction. I think you should download this file locally to see it's total content. If i use nano it goes slow. But looking at that log is also not good for your eyes
, better to install a statistics utility for it maybe?
I have the same error. Then i use SSH and go to
/var/log/apache2
du -h
gives 9.8M filesize of the log which itself is ok.
PHP (so your admin UI) has a standard 2Mb filesize restriction. I think you should download this file locally to see it's total content. If i use nano it goes slow. But looking at that log is also not good for your eyes
