Apache http_proxy random 404 The 2019 Stack Overflow Developer Survey Results Are InApache...
APIPA and LAN Broadcast Domain
Why does the nucleus not repel itself?
Did any laptop computers have a built-in 5 1/4 inch floppy drive?
What is this sharp, curved notch on my knife for?
Can there be female White Walkers?
Why doesn't UInt have a toDouble()?
Old scifi movie from the 50s or 60s with men in solid red uniforms who interrogate a spy from the past
Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?
How to support a colleague who finds meetings extremely tiring?
Will it cause any balance problems to have PCs level up and gain the benefits of a long rest mid-fight?
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
I am an eight letter word. What am I?
How to notate time signature switching consistently every measure
Is it okay to consider publishing in my first year of PhD?
How to charge AirPods to keep battery healthy?
Why isn't the circumferential light around the M87 black hole's event horizon symmetric?
What do hard-Brexiteers want with respect to the Irish border?
How come people say “Would of”?
The phrase "to the numbers born"?
If I can cast sorceries at instant speed, can I use sorcery-speed activated abilities at instant speed?
Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?
What to do when moving next to a bird sanctuary with a loosely-domesticated cat?
Why “相同意思的词” is called “同义词” instead of "同意词"?
Is it safe to harvest rainwater that fell on solar panels?
Apache http_proxy random 404
The 2019 Stack Overflow Developer Survey Results Are InApache Httpd Custom ErrorDocument 404 When ProxyPass returned 404apache reverse proxy 404 image errorPhp FPM + Apache. Customize 404 for PHP filesApache mod_proxy_balancer configurationApache Reverse Proxy get 404 errorApache - See HTTP 404 Error in error.log404 error on Apache serverpuppetlabs-apache redirectmatch to 404 is not workingConditionally Proxy Pass if local resource is not found (404) with Apache 2.4 mod_proxyLimit connections in VirtualHost in apache and mod_proxy
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I configured an Apache2 on Ubuntu Server 16.04 as an http reverse proxy to an external web server.
There's something very curious here, as pages are loaded, some of its resources (.css, .js) return 404, not all the time, but randomly.
To try to figure out what's happening I checked with cURL from inside this server using curl -v -k "https://127.0.0.1:444/proxyed_path/css/resource.css" and found as I already knew sometimes I got correct results but when I execute this command repeatedly I get the google 404 error.
This is the error I'm getting:
> Host: 127.0.0.1
> User-Agent: curl/7.47.0
> Accept: */*
>
< HTTP/1.1 404 Not Found
< Date: Thu, 11 Apr 2019 23:42:44 GMT
< Server: sffe
< Content-Type: text/html; charset=UTF-8
< X-Content-Type-Options: nosniff
< Content-Length: 1594
< X-XSS-Protection: 0
< Access-Control-Allow-Origin: *
<
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
<title>Error 404 (Not Found)!!1</title>
<style>
*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}
</style>
<a href=//www.google.com/><span id=logo aria-label=Google></span></a>
<p><b>404.</b> <ins>That’s an error.</ins>
<p>The requested URL <code>/js/ui-bootstrap-tpls-1.3.1.min.js</code> was not found on this server. <ins>That’s all we know.</ins>
How can be Google responding my requests?, could it be that the site (a hospital) have a firewall doing some nasty things?.
apache2 mod-proxy
add a comment |
I configured an Apache2 on Ubuntu Server 16.04 as an http reverse proxy to an external web server.
There's something very curious here, as pages are loaded, some of its resources (.css, .js) return 404, not all the time, but randomly.
To try to figure out what's happening I checked with cURL from inside this server using curl -v -k "https://127.0.0.1:444/proxyed_path/css/resource.css" and found as I already knew sometimes I got correct results but when I execute this command repeatedly I get the google 404 error.
This is the error I'm getting:
> Host: 127.0.0.1
> User-Agent: curl/7.47.0
> Accept: */*
>
< HTTP/1.1 404 Not Found
< Date: Thu, 11 Apr 2019 23:42:44 GMT
< Server: sffe
< Content-Type: text/html; charset=UTF-8
< X-Content-Type-Options: nosniff
< Content-Length: 1594
< X-XSS-Protection: 0
< Access-Control-Allow-Origin: *
<
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
<title>Error 404 (Not Found)!!1</title>
<style>
*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}
</style>
<a href=//www.google.com/><span id=logo aria-label=Google></span></a>
<p><b>404.</b> <ins>That’s an error.</ins>
<p>The requested URL <code>/js/ui-bootstrap-tpls-1.3.1.min.js</code> was not found on this server. <ins>That’s all we know.</ins>
How can be Google responding my requests?, could it be that the site (a hospital) have a firewall doing some nasty things?.
apache2 mod-proxy
add a comment |
I configured an Apache2 on Ubuntu Server 16.04 as an http reverse proxy to an external web server.
There's something very curious here, as pages are loaded, some of its resources (.css, .js) return 404, not all the time, but randomly.
To try to figure out what's happening I checked with cURL from inside this server using curl -v -k "https://127.0.0.1:444/proxyed_path/css/resource.css" and found as I already knew sometimes I got correct results but when I execute this command repeatedly I get the google 404 error.
This is the error I'm getting:
> Host: 127.0.0.1
> User-Agent: curl/7.47.0
> Accept: */*
>
< HTTP/1.1 404 Not Found
< Date: Thu, 11 Apr 2019 23:42:44 GMT
< Server: sffe
< Content-Type: text/html; charset=UTF-8
< X-Content-Type-Options: nosniff
< Content-Length: 1594
< X-XSS-Protection: 0
< Access-Control-Allow-Origin: *
<
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
<title>Error 404 (Not Found)!!1</title>
<style>
*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}
</style>
<a href=//www.google.com/><span id=logo aria-label=Google></span></a>
<p><b>404.</b> <ins>That’s an error.</ins>
<p>The requested URL <code>/js/ui-bootstrap-tpls-1.3.1.min.js</code> was not found on this server. <ins>That’s all we know.</ins>
How can be Google responding my requests?, could it be that the site (a hospital) have a firewall doing some nasty things?.
apache2 mod-proxy
I configured an Apache2 on Ubuntu Server 16.04 as an http reverse proxy to an external web server.
There's something very curious here, as pages are loaded, some of its resources (.css, .js) return 404, not all the time, but randomly.
To try to figure out what's happening I checked with cURL from inside this server using curl -v -k "https://127.0.0.1:444/proxyed_path/css/resource.css" and found as I already knew sometimes I got correct results but when I execute this command repeatedly I get the google 404 error.
This is the error I'm getting:
> Host: 127.0.0.1
> User-Agent: curl/7.47.0
> Accept: */*
>
< HTTP/1.1 404 Not Found
< Date: Thu, 11 Apr 2019 23:42:44 GMT
< Server: sffe
< Content-Type: text/html; charset=UTF-8
< X-Content-Type-Options: nosniff
< Content-Length: 1594
< X-XSS-Protection: 0
< Access-Control-Allow-Origin: *
<
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
<title>Error 404 (Not Found)!!1</title>
<style>
*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}
</style>
<a href=//www.google.com/><span id=logo aria-label=Google></span></a>
<p><b>404.</b> <ins>That’s an error.</ins>
<p>The requested URL <code>/js/ui-bootstrap-tpls-1.3.1.min.js</code> was not found on this server. <ins>That’s all we know.</ins>
How can be Google responding my requests?, could it be that the site (a hospital) have a firewall doing some nasty things?.
apache2 mod-proxy
apache2 mod-proxy
asked 9 mins ago
leonardorameleonardorame
1457
1457
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
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%2fserverfault.com%2fquestions%2f962688%2fapache-http-proxy-random-404%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 Server Fault!
- 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%2fserverfault.com%2fquestions%2f962688%2fapache-http-proxy-random-404%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