Part 1: "502 Bad Gateway" when visiting certain URLs
GWT reported another 502 error:
It looks like Googlebot is piecing together URLs based on all the path fragments that appear in the Javascript on the page:
askbot['urls']['mark_interesting_tag'] = '/en/mark-tag/interesting/';
askbot['urls']['mark_ignored_tag'] = '/en/mark-tag/ignored/';
askbot['urls']['unmark_tag'] = '/en/unmark-tag/';
askbot['urls']['set_tag_filter_strategy'] = '/en/set-tag-filter-strategy/';
askbot['urls']['questions'] = '/en/questions/';
askbot['urls']['question_url_template'] = scriptUrl + 'question/{{QuestionID}}/';
etc.
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-05-26 10:32:04 -0500
Seen: 68 times
Last updated: May 26 '12
"502 Bad Gateway" when visiting certain URLs
"502 Bad Gateway" when editing badge awards in admin
"502 Bad Gateway" when visiting certain URLs, Part 3
What is the correct use of template substitution within translate section?
Accepting a previously unaccepted answer should not grant additional karma to author
Tags that are too long to display use truncated version when retagging question.
Viewing deleted question from an anonymoususer internal error
Editing a question title does not change SEO URL if I only append text to the title
Incorrect reputation check when attempting to reopen a closed question?
Pressing return key when editing a question text field reloads the page.
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
Yes, we're looking on this, google bot does not takes into account some querystring needed to make this url work.
Fitoria ( 2012-05-26 11:28:36 -0500 )edit