Conversation
Notices
-
Any solution how to consolidate !apache httpd cluster access/error log files into a single file? !linux
- Velska Makila likes this.
-
yea, hire me :-)
Adhidarma Hadiwinoto likes this. -
what a nice solution ;-)
-
a syslog server?
-
@grawok syslog didn't suit me. I wanna give access to vhost user to read their appropriate apache access/error log which is hosts on cluster
-
Not sure of any suites/packages off the top of my head… but Apache can log to MySQL; cluster logging seems easy to do after that?
-
Also, perhaps look at a log search engine/aggregators, like Splunk? Index all cluster logs w/ 1 Splunk instance, point clients to it
-
@samatjain i think the simplest one is to using mod_log_sql. But gonna take a rest first, it's near 5am here. Thanks for all
-
@adhisimon awstats has an excellent tool for combining logs
-
@fukawi2 what i'm looking for is realtime log. Like providing error log, so user can know what's wrong on their app.