Questions tagged [custom-errors]

74 questions
0
votes
1 answer

Nginx error page static content not loaded

Running Nginx 1.4.1 I have the following config to display a custom error page in case my backend messes up. The page is displayed but custom fonts & images are not loaded. My custom error page (50x.html) is in /usr/share/nginx/html/. Static…
frenchviking
  • 77
  • 1
  • 3
  • 8
0
votes
1 answer

ADFS 2.0 Client Certificate Log in Error pages

I have an ADFS 2.0 server set up to use Smart Card authentication. It works great if the user already exists in the AD, or isn't disabled. Slight background, we operate an Active Directory forest that uses a third party PKI for user authentication. …
Snowburnt
  • 775
  • 2
  • 5
  • 18
0
votes
1 answer

Reverse proxy not serving local error pages

I have an Apache 2.4 server on Windows Server 2008 R2 that I use as a reverse proxy. It has been working fine and serves about 15 virtual hosts. Whenever a host fails, I want to display a web page indicating that the server is down temporarily. I…
Pete Helgren
  • 213
  • 1
  • 3
  • 13
0
votes
2 answers

separate logs from limit_req_zone in nginx

Here we have piece of current nginx configuration: limit_req_zone $binary_remote_addr zone=one:32m rate=2r/s; limit_req zone=one burst=10; error_page 500 501 502 503 504 =503 /offline.html; location = /offline.html { root /path/to; …
Denis
  • 23
  • 2
  • 5
0
votes
1 answer

Squid 3 custom error message

I'm currently migrating a tiny Zentyal firewall from 2.2 to 3.0. Almost complete, but I can't figure out how to update the Squid 3 error page with some additional paragraphs. So far I've figured out that I get an ERR_ACCESS_DENIED page. Changing the…
Csq
  • 111
  • 1
  • 4
0
votes
1 answer

custom 502 bad gataway for nginx, cannot get it to work, whats wrong?

Im trying to catch a 502 bad gataway for nginx with unicorn. This error is thrown when unicorn is not running. Im trying to use a custom error page instead for when unicorn is not running to no avail. What did I miss? according to docs this should…
Rubytastic
  • 223
  • 1
  • 2
  • 14
0
votes
1 answer

How to create an Apache error page for redirected Zope

I have some virtual hosts which are redirections to Zope server processes: RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/http/%{HTTP_HOST}:80/theroot/VirtualHostRoot/$1 [L,P] Of course, if the Zope process is not running, the redirection…
Tobias
  • 165
  • 1
  • 9
0
votes
2 answers

Should pretty error pages be served with the correct status codes?

I noticed that, say, goolge's 404 page returns a 404 status (http://www.google.com/404.html) while github's returns 200 (https://github.com/404.html). Should error pages (even 503s, etc.) always be served with the correct status codes? Or should…
Aaron Gibralter
  • 197
  • 1
  • 9
0
votes
0 answers

How to serve spring boot custom error page in apache centos?

I am working on a spring boot project and it has a custom error page that is called when a user hits some unauthorized url. For example https://www.example.com/some-unknown-parameter. If user hits this kind of urls then will display custom error…
Rakhi
  • 1
  • 1
0
votes
0 answers

Error: INTERNAL apperars

Hello, For the last week or more I've been seen this error repeatedly. I've tried different data sets, different lang pair and so on. The error still occurs. The previous data sets worked perfectly to create a new model. But nowadays nothing works…
0
votes
1 answer

error editing an item (impossible editing)

In some tables (either myisam or innodb) I get this error: CODE: SELECT ALL Warning in ./libraries/classes/InsertEdit.php#1765 implode(): Invalid arguments passed Backtrace InsertEdit.php#1765: implode( string ',', string…
Duns
  • 1
  • 2
0
votes
0 answers

How to force HTTP status code to 404 with custom redirected 404 error page?

I have setup a custom 404 error page to site on nginx setup. I have this: error_page 404 = @ext_404; location @ext_404 { proxy_pass https://www.xexe.com; rewrite .* /en-en/test/250/ break; proxy_set_header X-Real-IP $remote_addr; …
Tim
  • 31
  • 3
0
votes
1 answer

Nginx custom 502 page with nested proxies

I know how to create a custom 502 page for an upstream error and did it without problems many times, however in this particular case where one proxied response is passed to another proxy I can't find correct config. General workflow looks like this:…
-2
votes
1 answer

CentOS 8 server: /bin/ld: cannot find -lstdc++

I get an error running make. I have never seen this error. There are no other errors except this one. I am seriously baffled. Help is appreciated.
1 2 3 4
5