From dff7bd30645f4944aa0500dfcf6e8555ca32a705 Mon Sep 17 00:00:00 2001 From: billisdead Date: Tue, 13 Jan 2026 11:16:49 +0100 Subject: [PATCH] =?UTF-8?q?ajout=20de=20http=20cats=20(avec=20adaptation?= =?UTF-8?q?=20selinux=20en=20parall=C3=A8le)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http-cat-errors/400.http | 20 ++++++++++++++++++++ http-cat-errors/401.http | 20 ++++++++++++++++++++ http-cat-errors/403.http | 20 ++++++++++++++++++++ http-cat-errors/404.http | 20 ++++++++++++++++++++ http-cat-errors/408.http | 20 ++++++++++++++++++++ http-cat-errors/500.http | 20 ++++++++++++++++++++ http-cat-errors/502.http | 20 ++++++++++++++++++++ http-cat-errors/503.http | 20 ++++++++++++++++++++ http-cat-errors/504.http | 20 ++++++++++++++++++++ 9 files changed, 180 insertions(+) create mode 100644 http-cat-errors/400.http create mode 100644 http-cat-errors/401.http create mode 100644 http-cat-errors/403.http create mode 100644 http-cat-errors/404.http create mode 100644 http-cat-errors/408.http create mode 100644 http-cat-errors/500.http create mode 100644 http-cat-errors/502.http create mode 100644 http-cat-errors/503.http create mode 100644 http-cat-errors/504.http diff --git a/http-cat-errors/400.http b/http-cat-errors/400.http new file mode 100644 index 0000000..7d1a418 --- /dev/null +++ b/http-cat-errors/400.http @@ -0,0 +1,20 @@ +HTTP/1.0 400 Bad request +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + + diff --git a/http-cat-errors/401.http b/http-cat-errors/401.http new file mode 100644 index 0000000..17b3cac --- /dev/null +++ b/http-cat-errors/401.http @@ -0,0 +1,20 @@ +HTTP/1.0 401 Unauthorized +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + + diff --git a/http-cat-errors/403.http b/http-cat-errors/403.http new file mode 100644 index 0000000..e288313 --- /dev/null +++ b/http-cat-errors/403.http @@ -0,0 +1,20 @@ +HTTP/1.0 403 Forbidden +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + + diff --git a/http-cat-errors/404.http b/http-cat-errors/404.http new file mode 100644 index 0000000..850b9dd --- /dev/null +++ b/http-cat-errors/404.http @@ -0,0 +1,20 @@ +HTTP/1.1 404 Not Found +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + + diff --git a/http-cat-errors/408.http b/http-cat-errors/408.http new file mode 100644 index 0000000..38e15fb --- /dev/null +++ b/http-cat-errors/408.http @@ -0,0 +1,20 @@ +HTTP/1.0 408 Request Time-out +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + + diff --git a/http-cat-errors/500.http b/http-cat-errors/500.http new file mode 100644 index 0000000..dce69e5 --- /dev/null +++ b/http-cat-errors/500.http @@ -0,0 +1,20 @@ +HTTP/1.0 500 Server Error +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + + diff --git a/http-cat-errors/502.http b/http-cat-errors/502.http new file mode 100644 index 0000000..60ed4ba --- /dev/null +++ b/http-cat-errors/502.http @@ -0,0 +1,20 @@ +HTTP/1.0 502 Bad Gateway +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + + diff --git a/http-cat-errors/503.http b/http-cat-errors/503.http new file mode 100644 index 0000000..6554e40 --- /dev/null +++ b/http-cat-errors/503.http @@ -0,0 +1,20 @@ +HTTP/1.0 503 Service Unavailable +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + + diff --git a/http-cat-errors/504.http b/http-cat-errors/504.http new file mode 100644 index 0000000..0fa2124 --- /dev/null +++ b/http-cat-errors/504.http @@ -0,0 +1,20 @@ +HTTP/1.0 504 Gateway Time-out +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + +