blogrng
blogrng copied to clipboard
500 for https://indieblog.page/weeklyfeed?num=1
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
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.
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.