]> Sergey Matveev's repositories - public-inbox.git/blobdiff - public-inbox.cgi
examples/public-inbox.psgi: update with middlewares
[public-inbox.git] / public-inbox.cgi
index 75d510c092b284a685f7158566dadf4029e354d6..b095621da3c9c1f7d583959a05f049341b3c6b22 100755 (executable)
@@ -17,7 +17,9 @@ BEGIN {
 
        %HTTP_CODES = (
                200 => 'OK',
+               300 => 'Multiple Choices',
                301 => 'Moved Permanently',
+               302 => 'Found',
                404 => 'Not Found',
                405 => 'Method Not Allowed',
                501 => 'Not Implemented',