Hi Guys,

Thanks for your responses.

Dusty: Im not sure what the server does, but what I am developing is
intended to be a client side testing utility. i.e. all that will be
installed on the machine is a browser, and some programming environment (i.e.
ruby)

Evan: I saw mousehole yesterday, but I didn't quite understand how I could
edit a script to do what I want (for now I am starting off small, and I just
want to collect header information, but eventually I assume it will be a
whole variety of information I would like to log.). I will try and take
another look at it.

Thanks for your help.

On Feb 6, 2008 1:02 PM, Evan Weaver <[EMAIL PROTECTED]> wrote:

> Try MouseHole: http://code.whytheluckystiff.net/mouseHole/
>
> Evan
>
> On Feb 6, 2008 3:39 PM, Dusty Doris <[EMAIL PROTECTED]> wrote:
> > Hello there.  I'm the one that made that suggestion to you earlier, I
> > had a feeling it was more than just capturing the headers.
> >
> > Do you happen to be running apache on the webserver?  You can log all
> > of it and not worry about a proxy.  Here are two ways.
> >
> > 1.  mod_dumpio
> >
> > # Put this in your apache config
> > DumpIOInput On
> > LogLevel debug
> >
> > 2. mod_log_forensic
> >
> > # Put this in your apache config
> > ForensicLog /some/path/to/a/logfile.log
> > _______________________________________________
> > Mongrel-users mailing list
> > Mongrel-users@rubyforge.org
> > http://rubyforge.org/mailman/listinfo/mongrel-users
> >
>
>
>
> --
> Evan Weaver
> Cloudburst, LLC
> _______________________________________________
> Mongrel-users mailing list
> Mongrel-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/mongrel-users
>
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to