<p>I'm just having issues getting awstats to parse the log file being generated by nginx</p>
<div class="gmail_quote">On Dec 30, 2011 2:43 AM, "Maxim Dounin" <<a href="mailto:mdounin@mdounin.ru">mdounin@mdounin.ru</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello!<br>
<br>
On Fri, Dec 30, 2011 at 02:35:39AM +1300, Ryan Brown wrote:<br>
<br>
> Using the following,<br>
><br>
>     log_format main '$remote_addr - $remote_user [$time_local]  '<br>
>                     '"$request" $status $body_bytes_sent '<br>
>                     '"$http_referer" "$http_user_agent"';<br>
><br>
>     access_log  logs/access.log  main;<br>
><br>
><br>
> Notice the extra "-"'s..<br>
><br>
> ::ffff:173.175.52.41 - - [29/Dec/2011:07:29:57 -0600]  "GET /text.txt<br>
> HTTP/1.1" 200 14457 "-" "Mozilla/5.0 (Windows NT 5.1; rv:8.0)<br>
> Gecko/20100101 Firefox/8.0"<br>
> ::ffff:83.108.225.71 - - [29/Dec/2011:07:29:57 -0600]  "GET /text.txt<br>
> HTTP/1.1" 200 130968 "-" "Mozilla/5.0 (X11; U; Linux i686; nb-NO;<br>
> rv:1.9.2.18) Gecko/20110628 Ubuntu/10.10 (maverick) Firefox/3.6.18"<br>
> ::ffff:31.47.127.66 - - [29/Dec/2011:07:29:57 -0600]  "-" 400 0 "-" "-"<br>
> ::ffff:81.184.25.193 - - [29/Dec/2011:07:29:57 -0600]  "GET /text.txtt<br>
> HTTP/1.1" 200 130968 "-" "Mozilla/5.0 (Windows NT 6.1; rv:8.0)<br>
> Gecko/20100101 Firefox/8.0"<br>
> ::ffff:211.128.160.26 - - [29/Dec/2011:07:29:57 -0600]  "GET /text.txt<br>
> HTTP/1.1" 200 5068 "-" "Mozilla/5.0 (Windows NT 5.1; rv:2.0)<br>
> Gecko/20100101 Firefox/4.0"<br>
> ::ffff:61.5.222.223 - - [29/Dec/2011:07:29:57 -0600]  "GET /text.txt<br>
> HTTP/1.1" 200 130968 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64;<br>
> rv:8.0.1) Gecko/20100101 Firefox/8.0.1"<br>
> ::ffff:81.182.240.97 - - [29/Dec/2011:07:29:57 -0600]  "GET /text.txt<br>
> HTTP/1.1" 200 130968 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0)<br>
> Gecko/20100101 Firefox/8.0"<br>
><br>
><br>
> (nginx compiled)<br>
> nginx version: nginx/1.1.11<br>
> built by gcc 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)<br>
> TLS SNI support enabled<br>
> configure arguments:<br>
> --with-openssl=/root/openssl-1.0.1-stable-SNAP-20111218<br>
> --with-http_gzip_static_module --with-http_ssl_module --with-ipv6<br>
> --without-mail_pop3_module --without-mail_imap_module<br>
> --without-mail_smtp_module --without-http_charset_module<br>
> --without-http_ssi_module --without-http_userid_module<br>
> --without-http_autoindex_module --without-http_rewrite_module<br>
> --without-http_limit_zone_module --without-http_limit_req_module<br>
><br>
> nginx config: <a href="http://pastebin.com/raw.php?i=k3PWs45H" target="_blank">http://pastebin.com/raw.php?i=k3PWs45H</a><br>
><br>
> Restarting nginx hasn't helped either. Have I disabled a module or<br>
> haven't enabled a module I needed?<br>
<br>
It's not clear what you are consider to be wrong.  Everything<br>
looks fine and perfectly correct from here.<br>
<br>
Maxim Dounin<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div>