custom-error-pages Questions

2

Solved

How can I customize the error pages Google Chrome/Chromium displays when there is a networking error (e.g. Error 137 net::ERR_NAME_RESOLUTION_FAILED) I'm talking about these kinds of pages: http:...
Lille asked 9/11, 2011 at 21:30

7

Solved

My setting: Apache 2.2 + Tomcat 6.0 @ Windows 2008 R2 64bit static webpages: / servlet: /foo tomcat and apache are connected by mod_jk 404.jsp is placed in tomcat\webapps\ROOT tomcat\conf\web.x...
Gallop asked 4/10, 2010 at 14:23

1

I am trying to create some custom error pages but can't seem to get the 500 one working. I have the following config: server { listen 80; root /var/www/devsite; index index.php; server_name ...
Penang asked 18/3, 2014 at 17:35

3

Solved

I tried to use <error-page> <exception-type>java.lang.Exception</exception-type> <location>/errors/error.jsp</location> </error-page> but i dosen't catch...
Hakenkreuz asked 2/6, 2010 at 8:49

1

Solved

Believe it or not I tried to look for the answer to this question with a simple Google Search but I didn't find anything (Googled with "WebMatrix custom error page", "WebMatrix how to make custom s...

4

Solved

I have one server with flask application instance and have several domain which mapped to this server by DNS. My site must support several languages by host and prefix: mysite.com - english mysit...
Prearrange asked 4/2, 2013 at 11:45

1

Solved

Is there a way I can set an absolute path for nginx error_pages? Not absolute as in http://, but absolute as in /usr/var/nginx/errors/500.html.

1

Solved

In the error page I would like to display the URL what the user requested. In my web.xml: <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst...
Nealy asked 13/1, 2013 at 3:31

2

Solved

my question is regarding Pure.Kromes answer to this post. I tried implementing my pages' custom error messages using his method, yet there are some problems I can't quite explain. a) When I provo...
Meyerbeer asked 31/10, 2012 at 10:27

2

Solved

I know I can put something in the web.xml like this <error-page> <exception-type>java.lang.Throwable</exception-type> <location>/error.jsp</location> </error...
Bole asked 4/9, 2012 at 6:31

1

Solved

I'm using Windows Authentication. The authentication works fine (the user is loaded with it's roles). It's when authorization fails (using the Authorize) attribute that I want to provide a custom ...
Warwickshire asked 12/6, 2012 at 9:17

1

Solved

I'm using a global action filter to handle and log all exceptions. public static void RegisterGlobalFilters(GlobalFilterCollection filters) { filters.Add(new ElmahHandleErrorAttribute()); filt...
Contractile asked 15/5, 2012 at 9:6

1

Solved

I am building a new extension and I would like to customize the default error page in Google Chrome. I have gone through the "Override Pages" documentation here but have yet to find anything about ...

4

I want all 401 errors to be be redirected to a custom error page. I have initially setup the following entry in my web.config. <customErrors defaultRedirect="ErrorPage.aspx" mode="On"> &lt...

3

I am using asp.net 3.5 web.config to limit access and it works great. <authentication mode="Windows"> <authorization> <allow users="Bill, John"/> <deny users="*"/> </a...
Bustup asked 18/3, 2011 at 6:7

2

Solved

I have a bunch of ErrorDocument directives in my .htaccess file in order to catch almost all the possible errors Apache can throw at a user, and to redirect said user to my error controller which w...
Voltmeter asked 23/4, 2011 at 16:12

2

Solved

I have two error pages; 1 is for SpecificExceptionA and the other is for Throwable. <error-page> <exception-type>org.SpecificExceptionA</exception-type> <location>/WEB-IN...
Actinism asked 14/3, 2011 at 13:26

2

I am trying to setup a custom error page in my website. I am following the guidelines atPerfectLine Blog. It works in the case where the controller exists, but the id does not exist. For example,...
Introit asked 24/12, 2010 at 10:27

6

Solved

I am using a generic error page using ASP.NET's <customErrors> directive. <customErrors mode="On" defaultRedirect="500.html" redirectMode="ResponseRewrite"> </customErrors> Pro...
Dodie asked 18/8, 2010 at 22:42

1

Solved

I'm looking at using ELMAH for the first time but have a requirement that needs to be met that I'm not sure how to go about achieving... Basically, I am going to configure ELMAH to work under asp....
Lettered asked 26/1, 2010 at 22:25

3

Solved

In IIS I can configure my custom error pages. For each HTTP Error code I can say where to go. Several codes have a number of "sub" codes available. For example 404 has a regular 404, 404;1, 404;2 a...
Cleareyed asked 6/11, 2008 at 10:35

© 2022 - 2024 — McMap. All rights reserved.