On Wed, May 30, 2012 at 6:03 PM, Thomas Stover <c...@thomasstover.com> wrote:

> 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
>
>
Can you send the output of "diff -u" please?  I can't quite figure out how
to apply the diff below.



> 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
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to