AWS Elastic Beanstalk Wordpress Health Check Issue2019 Community Moderator ElectionSSH to Elastic Beanstalk instanceHow to force https on amazon elastic beanstalk without failing the health checkDeploying WordPress on Elastic Beanstalk?AWS Elastic Beanstalk Health CheckDjango ALLOWED_HOST setting for Elastic beanstalk instance behind Elastic Load BalancerDjango and Elastic Beanstalk URL health checksRails on Elastic Beanstalk, Can't do a load balancer health checkWhy isn't elastic beanstalk restarting my unresponsive instance?Environment health has been set to RED even instance and system health check are okHow to get URL of 302 redirect on Elastic Load Balancer health check?
Does Mathematica reuse previous computations?
Credit cards used everywhere in Singapore or Malaysia?
Bach's Toccata and Fugue in D minor breaks the "no parallel octaves" rule?
How to make healing in an exploration game interesting
Min function accepting varying number of arguments in C++17
Who is flying the vertibirds?
PTIJ: Who should I vote for? (21st Knesset Edition)
Instead of Universal Basic Income, why not Universal Basic NEEDS?
Dice rolling probability game
A sequence that has integer values for prime indexes only:
It's a yearly task, alright
How to explain that I do not want to visit a country due to personal safety concern?
Have researchers managed to "reverse time"? If so, what does that mean for physics?
Welcoming 2019 Pi day: How to draw the letter π?
In a future war, an old lady is trying to raise a boy but one of the weapons has made everyone deaf
Existence of subset with given Hausdorff dimension
How could a scammer know the apps on my phone / iTunes account?
Is there a data structure that only stores hash codes and not the actual objects?
Is a party consisting of only a bard, a cleric, and a warlock functional long-term?
Life insurance that covers only simultaneous/dual deaths
Why is the President allowed to veto a cancellation of emergency powers?
What are substitutions for coconut in curry?
Is it possible to upcast ritual spells?
What has been your most complicated TikZ drawing?
AWS Elastic Beanstalk Wordpress Health Check Issue
2019 Community Moderator ElectionSSH to Elastic Beanstalk instanceHow to force https on amazon elastic beanstalk without failing the health checkDeploying WordPress on Elastic Beanstalk?AWS Elastic Beanstalk Health CheckDjango ALLOWED_HOST setting for Elastic beanstalk instance behind Elastic Load BalancerDjango and Elastic Beanstalk URL health checksRails on Elastic Beanstalk, Can't do a load balancer health checkWhy isn't elastic beanstalk restarting my unresponsive instance?Environment health has been set to RED even instance and system health check are okHow to get URL of 302 redirect on Elastic Load Balancer health check?
I have a wordpress site running inside Elastic Beanstalk. My Health Checks are failing because of 3xx responses. I believe this is happening because the health check is trying to load the site using the ip of the ec2 instance. When the site is loaded wordpress checks the options table in the db and sends a redirect to the url listed under site_url.
In short, if I open a browser hit the ec2 instance directly by ip I get redirected to the actual url. I believe that is what is happening with the health check.
If this is the case how do I get the instances to respond with a 200 so the check passes?
wordpress amazon-web-services redirect amazon-elastic-beanstalk
add a comment |
I have a wordpress site running inside Elastic Beanstalk. My Health Checks are failing because of 3xx responses. I believe this is happening because the health check is trying to load the site using the ip of the ec2 instance. When the site is loaded wordpress checks the options table in the db and sends a redirect to the url listed under site_url.
In short, if I open a browser hit the ec2 instance directly by ip I get redirected to the actual url. I believe that is what is happening with the health check.
If this is the case how do I get the instances to respond with a 200 so the check passes?
wordpress amazon-web-services redirect amazon-elastic-beanstalk
add a comment |
I have a wordpress site running inside Elastic Beanstalk. My Health Checks are failing because of 3xx responses. I believe this is happening because the health check is trying to load the site using the ip of the ec2 instance. When the site is loaded wordpress checks the options table in the db and sends a redirect to the url listed under site_url.
In short, if I open a browser hit the ec2 instance directly by ip I get redirected to the actual url. I believe that is what is happening with the health check.
If this is the case how do I get the instances to respond with a 200 so the check passes?
wordpress amazon-web-services redirect amazon-elastic-beanstalk
I have a wordpress site running inside Elastic Beanstalk. My Health Checks are failing because of 3xx responses. I believe this is happening because the health check is trying to load the site using the ip of the ec2 instance. When the site is loaded wordpress checks the options table in the db and sends a redirect to the url listed under site_url.
In short, if I open a browser hit the ec2 instance directly by ip I get redirected to the actual url. I believe that is what is happening with the health check.
If this is the case how do I get the instances to respond with a 200 so the check passes?
wordpress amazon-web-services redirect amazon-elastic-beanstalk
wordpress amazon-web-services redirect amazon-elastic-beanstalk
asked Mar 6 at 19:41
Shawn NorthropShawn Northrop
2,98743158
2,98743158
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55031013%2faws-elastic-beanstalk-wordpress-health-check-issue%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55031013%2faws-elastic-beanstalk-wordpress-health-check-issue%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown