KBD

Keith Devens .com

Friday, August 29, 2008 Flag waving
The function of wisdom is to discriminate between good and evil. – Cicero
← How do I block spiders from grabbing my comments rss files?BlogMatrix Jäger open source (Python) news aggregator →

Daily link icon Tuesday, January 11, 2005

Damnit Syndic8!.. and LiveJournal!

Damnit Syndic8, I've been sending you 301 permanent redirects for how long now, years?, and you're still fetching the old feed location. Get a clue, please.

Update: You too LiveJournal!

Update: You too, Blogdigger! (??)

← How do I block spiders from grabbing my comments rss files?BlogMatrix Jäger open source (Python) news aggregator →

Comments XML gif

Greg Gershman (http://www.blogdigger.com/) wrote:

Hi Keith, which URL do you have set as 301? I've checked our database, and it appears we are getting 200 from http://keithdevens.com/weblog/rss. Sorry for the trouble.

∴ Greg Gershman | 11-Jan-2005 10:15am est | http://www.blogdigger.com/ | #6822

Keith (http://keithdevens.com/) wrote:

http://keithdevens.com/weblog/?rss was my original feed location. That currently forwards (301) to http://keithdevens.com/weblog?rss, merely as a consequence of my site removing all slashes from the ends of URLs (that's a feature that gets at the URL before my weblog code does), and then on to http://keithdevens.com/weblog/rss, which is my current RSS feed location.

Your software is still fetching the /?rss location, though it seems like it does some caching at some point, because after being redirected to /rss the next time it fetches the feed it checks the correct URL. What's strange is that the subsequent check is consistently only a minute or a few after the first check, and then the next time it checks, hours later, it starts again at the /?rss location. Here're some lines of a grep of my Apache log going back a couple days from the most recent check (note that there are no lines omitted):

65.57.104.88 - - [09/Jan/2005:13:52:51 -0500] "GET /weblog/?rss HTTP/1.1" 301
65.57.104.88 - - [09/Jan/2005:13:52:51 -0500] "GET /weblog?rss HTTP/1.1" 301
65.57.104.88 - - [09/Jan/2005:13:52:51 -0500] "GET /weblog/rss HTTP/1.1" 200
65.57.104.88 - - [09/Jan/2005:13:54:09 -0500] "GET /weblog/rss HTTP/1.1" 200
65.57.104.88 - - [10/Jan/2005:12:26:20 -0500] "GET /weblog/rss HTTP/1.1" 304
65.57.104.88 - - [10/Jan/2005:22:13:16 -0500] "GET /weblog/?rss HTTP/1.1" 301
65.57.104.88 - - [10/Jan/2005:22:13:16 -0500] "GET /weblog?rss HTTP/1.1" 301
65.57.104.88 - - [10/Jan/2005:22:13:17 -0500] "GET /weblog/rss HTTP/1.1" 200
65.57.104.88 - - [10/Jan/2005:22:15:24 -0500] "GET /weblog/rss HTTP/1.1" 200
65.57.104.88 - - [11/Jan/2005:02:47:11 -0500] "GET /weblog/?rss HTTP/1.1" 301
65.57.104.88 - - [11/Jan/2005:02:47:11 -0500] "GET /weblog?rss HTTP/1.1" 301
65.57.104.88 - - [11/Jan/2005:02:47:11 -0500] "GET /weblog/rss HTTP/1.1" 200
65.57.104.88 - - [11/Jan/2005:02:48:01 -0500] "GET /weblog/rss HTTP/1.1" 200
65.57.104.88 - - [11/Jan/2005:04:12:14 -0500] "GET /weblog/?rss HTTP/1.1" 301
65.57.104.88 - - [11/Jan/2005:04:12:14 -0500] "GET /weblog?rss HTTP/1.1" 301
65.57.104.88 - - [11/Jan/2005:04:12:14 -0500] "GET /weblog/rss HTTP/1.1" 200
65.57.104.88 - - [11/Jan/2005:04:13:04 -0500] "GET /weblog/rss HTTP/1.1" 200
65.57.104.88 - - [11/Jan/2005:08:07:44 -0500] "GET /weblog/?rss HTTP/1.1" 301
65.57.104.88 - - [11/Jan/2005:08:07:44 -0500] "GET /weblog?rss HTTP/1.1" 301
65.57.104.88 - - [11/Jan/2005:08:07:44 -0500] "GET /weblog/rss HTTP/1.1" 200
65.57.104.88 - - [11/Jan/2005:08:08:59 -0500] "GET /weblog/rss HTTP/1.1" 200
65.57.104.88 - - [11/Jan/2005:08:57:51 -0500] "GET /weblog/?rss HTTP/1.1" 301
65.57.104.88 - - [11/Jan/2005:08:57:51 -0500] "GET /weblog?rss HTTP/1.1" 301
65.57.104.88 - - [11/Jan/2005:08:57:51 -0500] "GET /weblog/rss HTTP/1.1" 200
65.57.104.88 - - [11/Jan/2005:09:00:16 -0500] "GET /weblog/rss HTTP/1.1" 200

In addition, there are other periods where it repeatedly requests /rss (the correct location) hours apart, so I'm not sure what it's doing. If you'd like a full grep of this month's log just let me know.

Keith | 11-Jan-2005 7:36pm est | http://keithdevens.com/ | #6823

Greg Gershman (http://www.blogdigger.com/) wrote:

Keith,

Just checking back in, I think I see the problem; we have a duplicate feed for your blog in our db. I had set the 301 feed to not update, but I think a ping set it updating again. I'm going to do a merge, which should eliminate the bad feed. If you continue to notice this, and it's not too much trouble, drop me an email. Sorry for the hassle.

∴ Greg Gershman | 20-Jan-2005 10:21pm est | http://www.blogdigger.com/ | #6874

Keith (http://keithdevens.com/) wrote:

Cool, thanks for fixing it.

Keith | 20-Jan-2005 10:40pm est | http://keithdevens.com/ | #6875

Feel free to post a comment below. Please see my comment policy.

Formatting Rules (No HTML):

  • **bold**, *italic*, _underlined_, --strikeout--
  • "text"="url" creates a link, and URLs are auto-highlighted
  • Blockquote: Like e-mail, begin paragraph with > (greater-than sign)
  • Lists: begin paragraph with *,-, or + (unordered), or # (ordered)
  • Code block: ?!code:language=perl|php|sql|javascript|etc.{\n}...{\n}?!/code

:
(will be your IP address if blank)
: (optional)
(Will not be shown on site)

: (optional)
:

August 2008
SunMonTueWedThuFriSat
 12
3456789
10111213141516
17181920212223
24252627282930
31 



RSS feed RSS feed for Keith's Weblog
Atom feed Atom feed for Keith's Weblog
Weblog archive
Recent comments
  on 2 posts

Recent comments XML

new⇒Johnny Walker Blue Label

Wow, thanks for the scotch review​:D

Lagavulin and Laphroaig are​some of...

Keith: Aug 29, 3:35pm

Girls, please don't get breast implants

Wow, After all this time, the​comments on this page continue to​grow. It wa...

Ajeet: Aug 25, 2:36am

Generated in about 0.37s.

(Used 8 db queries)

mobile phone