I like the GoAccess www log analyzer which like many others uses the
"common log format". I think I'm going all in with xinet.d + stunnel +
althttpd for now, so I applied the following rough edge hack in diff
format below. Perhaps it will be of use to someone else. 

http://goaccess.prosoftcorp.com/
http://en.wikipedia.org/wiki/Common_Log_Format

207a208,212
> #ifdef COMMON_LOG_FORMAT
>       fprintf(log, "%s - - [%s +0000] \"GET %s HTTP/1.0\" %d %d
> \"%s\" \"%s\"", zRemoteAddr, zDate, zScript, zReplyStatus, nOut,
> zReferer, zAgent);
> 
> #else
216,217c221,222
<           nRequest, zAgent, zRM
<       );
---
>           nRequest, zAgent, zRM);
> #endif

-- 
www.thomasstover.com
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to