On two sites, the CTR stats are respectively stuck at 9.99999/9.0/8.0/7.0 and 0.00000.
These are running update 51 from today.
The relevant rewrite:
Code: Select all
if ($args) {
rewrite ^/gallery/([^/]+)/index.html$ /scj/cgi/out.php?link=images/$query_string&url=content&slug=$1 last;
}
Code: Select all
2014/10/12 19:51:44 [notice] 22836#0: *14387 "^/gallery/([^/]+)/index.html$" matches "/gallery/oh-no/index.html", client: 1.3.3.7, server: thedomain.tld, request: "GET /gallery/oh-no/index.html?4x10x1012 HTTP/1.1", host: "thedomain.tld", referrer: "http://thedomain.tld/videos.php"
2014/10/12 19:51:44 [notice] 22836#0: *14387 rewritten data: "/scj/cgi/out.php", args: "link=images/4x10x1012&url=content&slug=oh-no&4x10x1012", client: 1.3.3.7, server: thedomain.tld, request: "GET /gallery/oh-no/index.html?4x10x1012 HTTP/1.1", host: "thedomain.tld", referrer: "http://thedomain.tld/videos.php"
1.3.3.7 - - [12/Oct/2014:19:51:44 +0200] "GET /gallery/oh-no/index.html?4x10x1012 HTTP/1.1" 302 5 "http://thedomain.tld/videos.php" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0"
Code: Select all
<thumb num=1-120>
<div class="item">
<a href="/gallery/<!--GALLERY_SLUG-->/index.html?<!--THUMB_LINK-->" title="<!--ALT-->" target="_blank"><img src="<!--THUMB_URL-->" alt="<!--ALT-->">
<h4><!--ALT_35--></h4>
<span class="date clearfix"><!--ACTIVATION_DATE--></span>
<span class="views clearfix">Views: <!--CLICKS--></span>
</a>
</div>
</thumb>Code: Select all
GET /gallery/oh-no/index.html?4x10x1012 HTTP/1.1
Host: thedomain.tld
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Referer: http://thedomain.tld/videos.php
Cookie: [irrelevant]
Connection: keep-alive
HTTP/1.1 302 Moved Temporarily
Server: nginx/1.4.6 (Ubuntu)
Date: Sun, 12 Oct 2014 17:24:58 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.3.10-1ubuntu3.13
Set-Cookie: [also irrelevant]
Location: http://awesome_videos.example.com/?id=15
0







