--- /dev/null
+<html>
+ <head><title>Authentication required</title></head>
+ <body>
+ <h1>Authentication required</h2>
+
+ This server could not verify that you are authorized to access the URL. You
+ either supplied the wrong credentials (e.g., bad password), or your browser
+ doesn't understand how to supply the credentials required.
+
+ </body>
+</html>
--- /dev/null
+<html>
+ <head><title>Forbidden</title></head>
+ <body>
+ <h1>Forbidden</h2>
+
+ You don't have permission to access this URL.
+ </body>
+</html>
--- /dev/null
+<html>
+ <head><title>Not found</title></head>
+ <body>
+ <h1>Not found</h2>
+ The requested URL was not found on this server.
+ </body>
+</html>
--- /dev/null
+<html>
+ <head><title>Server error</title></head>
+ <body>
+ <h1>Server error</h2>
+
+ The server encountered an internal error and was
+ unable to complete your request.
+
+ </body>
+</html>
+