We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
if you get one of these error pages something is wrong with hipache
how hipache works hipache takes request then looks up that URL in redis format of keys in redis frontend:<url>
frontend:<url>
list all keys keys frontend:*
keys frontend:*
view keys lrange frontend:<url> 0 -1
lrange frontend:<url> 0 -1
1) some string that does not matter 2) http://10.10.10.1:4242
2 is the ip and port of where hipache will proxy
Application not configured: means redis is missing an entry for that URL
Application not responding: means the key exist in redis BUT it hit an error when proxying