Questions tagged [custom-errors]

74 questions
1
vote
1 answer

Override message from .NET Framework even when in web.config detailed errors are turned on

is this possible to override .NET Framework error: Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application…
GrZeCh
  • 605
  • 4
  • 12
  • 28
1
vote
1 answer

One custom maintenance page for all errors (Nginx)

I want to show one custom maintenance page for all errors. What code should I put to my nginx setting below? and the file of my nginx setting is located at /etc/nginx/conf.d/default.conf. server { listen 80; listen [::]:80; server_name…
Kai - Kazuya Ito
  • 193
  • 1
  • 2
  • 10
0
votes
1 answer

HP Proliant DL-385 G6, 1-beep, Health LED red, no screen output

When attempting to start-up an HP Proliant DL-385 G6, I hear 1 long beep and the front panel of the server lights up amber. Internally everything is green. Looking up the HP support website, there is no 1 beep error message. Can anyone suggest why…
0
votes
3 answers

IIS 404 custom error

I've deployed an ASP.NET 3.5 app to a 64bit Windows 2003 R2 server. In the web.config I have the following
Greg B
  • 1,548
  • 5
  • 17
  • 32
0
votes
2 answers

Efficiently defining many nginx custom error pages

I created some custom 4xx and 5xx HTML error pages for most errors listed on the Wikipedia page. I'd like to install them on any nginx server I set up, without impacting performance too much. Following the documentation I came up with this…
NoChecksum
  • 125
  • 1
  • 8
0
votes
1 answer

Apache custom 404 page not loading

I am trying to set up a custom error page for 404 error on my apache server. Here is what I am included in the Virtualhost ErrorDocument 404 /var/www/html/mant.html But this page is not showing instead its…
shellakkshellu
  • 115
  • 2
  • 8
0
votes
1 answer

IIS10 PHP 7.04 pass through and show everything

I'm using internet information server 10,and I have an error in php. I can't debug using "echo", because IIS10 cancel all the html render if an error has been…
NTalaM
  • 1
  • 1
0
votes
1 answer

Setting up different static error pages in IIS for different domains

I have got a single IIS website that will host multiple sites (using a CMS). Each site has its own domain and will have its own theme, so I want the error pages (404 and 500) to be specific to each site as well. Normally I would set up the error…
0
votes
1 answer

nginx vhosts 404 50x custom pages with assets. Need rewrite?

I have a nginx config with about 10 vhosts, and I want to have them all share custom 404 and 50x and maintenance error pages. The nginx is a reverse proxy serving angular index.html and I'm a bit confused on how to get the error_page 404 /oops/root…
notbrain
  • 209
  • 3
  • 16
0
votes
1 answer

custome error page for HTTP 414 request uri is too long

I am able to set custom error pages for application level errors with help of customErrors as well as HTTP errors with httpErrors. But none of it handles HTTP 414 error. I have gone through the answer on this article but I am not sure whether I…
Akshay Raut
  • 113
  • 1
  • 9
0
votes
1 answer

Default charset on every pare including error pages

I would like to produce a 404 error intentionally for some pages on my server, and I am currently working on the headers. The problem is, for the scripts that exists (and I give a 404 error in the script), the Content-Type header field shows…
lkp111138
  • 236
  • 1
  • 5
0
votes
1 answer

Diplay detailed Error pages for specific users only

I'm using IIS 7.5 Webserver. Is it possible to show the detailed Error to some special users and to any other user a CustomErrorPage? Kind regards
0
votes
0 answers

IIS 7.5 How to configure custom 401 Authentication Error Page with Basic Authentication

I have a website running under IIS 7.5. I am using Basic Authentication. I want to set it up so that if authentication fails it redirects them to a www url. How can I achieve this?
0
votes
1 answer

Blank page when using IIS custom error pages

I'm running a PHP based application on IIS8, under Windows Server 2012. I'm trying to use a custom error page for failed authentication attempts - by replacing the 401 error page. Here is my web.config:
Hippyjim
  • 191
  • 2
  • 6
  • 19
0
votes
0 answers

IIS 8.5 Setting Custom Error Pages and Redirects

My environment consists of multiple websites, each with their own app pool running .NET v 2.0 Integrated. All of the sites share the same web.config. My question is whenever I change a custom error page, ie 404 for example, for one site, it…
jtpubcon
  • 1
  • 1