1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/tests/examples/proxy_err_msg.cfg
2015-01-23 17:24:36 +01:00

33 lines
1.3 KiB
INI

## ---------------------------------------------------------------------------
## ERROR MESSAGE: Allows you to tell clients about what type of error occurred
## ---------------------------------------------------------------------------
ERROR MESSAGE [ @STRING:"HTTP/1.1 400 Bad Request\r\n\
Date: %D\r\n\
Server: ULib/1.0\r\n\
Connection: close\r\n\
Content-Type: text/html; charset=iso-8859-1\r\n\
Content-Length: 238\r\n\
\r\n\
<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\r\n\
<html><head>\r\n\
<title>Accesso negato</title>\r\n\
</head><body>\r\n\
<h1>Bad Request</h1>\r\n\
<p>Errore parsing header<br />\r\n\
</p>\r\n\
<hr>\r\n\
<address>ULib Server (proxy)</address>\r\n\
</body></html>\r\n"
## ERROR_A_BAD_HEADER
## ERROR_A_X509_MISSING_CRT
## ERROR_A_X509_REJECTED
@FILE:error_msg/X509_REJECTED
## ERROR_A_X509_TAMPERED
## ERROR_A_X509_NOBASICAUTH
]