views:

19

answers:

0

Does anybody know any linux (php preferred) simple app to view large files online in browser? Like phpMyAdmin(MySQL) but for files.

My php application writes some debug, error and informational events to logs. I know, I can log into database, but for me personally appending file seems as more reliable (because it simple) solution for that tasks. I am comfortable with console and putty is open during the day, but sometimes I just want to check that all is okay with my apps without messing with putty, rsa keys on all my computers.

If such app exist, I think it may also handle php error log and apache/nginx access and error logs.

Does any kind of web ("ajax" maybe) version of less, tail -f exists?

Please don't tell me I should keep my logs in safe and web-access is a bad idea. May be this is true, but I want check logs at kitchen home laptop for example.

Thanks.