Dj-Garfield / logstalgia

Automatically exported from code.google.com/p/logstalgia
0 stars 0 forks source link

Support Common Log Format with Virtual Host #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Only a small tweak is required to add support for the 'Common Log Format
with Virtual Host' format as detailed here:

http://httpd.apache.org/docs/2.2/mod/mod_log_config.html

Common Log Format with Virtual Host
    "%v %h %l %u %t \"%r\" %>s %b"

Original issue reported on code.google.com by acaudw...@gmail.com on 10 Feb 2010 at 11:23

GoogleCodeExporter commented 8 years ago

Original comment by acaudw...@gmail.com on 1 Mar 2010 at 1:24

GoogleCodeExporter commented 8 years ago
Hi,
I'm using logstalgia with apache logs with this format:

LogFormat "%v %h %l %u %t \"%r\" %>s %b" complete
CustomLog /var/log/http/access.log complete

One example log line is this one:

domain.com 79.108.246.73 - - [03/Aug/2011:18:22:45 +0200] "GET 
/joyas/collares.html HTTP/1.1" 200 126257

Now, when running logstalgia i see, on the left side of the screen, the domain 
name "domain.com" and when I popup the information (on any ball) y see 
something like this:

Remote host: domain.com
sup
I suppousse that this is not suppouse to happen.

¿How can I tell logstalgia what kind of log format I’m using?.

Thanks in advance.
Nice tool.

Nuño

Original comment by deve...@respirando.org on 3 Aug 2011 at 4:27