blogrng icon indicating copy to clipboard operation
blogrng copied to clipboard

500 for https://indieblog.page/weeklyfeed?num=1

Open kevincox opened this issue 2 years ago • 2 comments

I get a generic Apache Internal Server Error page after about 50 seconds.

HTTP/1.1 500 Internal Server Error
Date: Tue, 03 Oct 2023 01:10:56 GMT
Server: Apache/2.4.53 (Debian)
Content-Length: 612
Connection: close
Content-Type: text/html; charset=iso-8859-1

kevincox avatar Oct 03 '23 01:10 kevincox

Feeds are no longer generated on the fly, but by a cron job. But only for the feeds linked at https://indieblog.page/rss

I guess I should generate proper 404s for the rest.

splitbrain avatar Oct 09 '23 14:10 splitbrain

That's a shame. I'll miss the weekly single post. But it should definitely be a 404.

Have you considered generating only a single feed per period with, say 25 entries. Then the smaller feeds can just take the first N articles. That would you only need to generate one weekly a week and one daily a day but you can serve any N ≤ 25 very cheaply.

kevincox avatar Oct 09 '23 20:10 kevincox