Home
last modified time | relevance | path

Searched refs:err500 (Results 1 – 12 of 12) sorted by relevance

/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_stanza_counter/
H A Dmod_stanza_counter_http.lua27 local err500 = r_err:format(event, 500, "Stats not found, is the counter module loaded?")
28 return res(500, err500) end
/dports/www/pound/Pound-2.8/
H A Dhttp.c434 err_reply(cl, h500, lstn->err500); in get_headers()
440 err_reply(cl, h500, lstn->err500); in get_headers()
460 err_reply(cl, h500, lstn->err500); in get_headers()
469 err_reply(cl, h500, lstn->err500); in get_headers()
1058 err_reply(cl, h500, lstn->err500); in do_http()
1071 err_reply(cl, h500, lstn->err500); in do_http()
1091 err_reply(cl, h500, lstn->err500); in do_http()
1213 err_reply(cl, h500, lstn->err500); in do_http()
1225 err_reply(cl, h500, lstn->err500); in do_http()
1302 err_reply(cl, h500, lstn->err500); in do_http()
[all …]
H A Dpound.h404 *err500, member
H A Dconfig.c764 res->err500 = "An internal server error occurred. Please try again later."; in parse_HTTP()
818 res->err500 = file2str(lin + matches[1].rm_so); in parse_HTTP()
967 res->err500 = "An internal server error occurred. Please try again later."; in parse_HTTPS()
1017 res->err500 = file2str(lin + matches[1].rm_so); in parse_HTTPS()
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/roles/http/
H A Dheader.c274 static const char * const err500[] = { variable
331 if (code >= 500 && code < (500 + LWS_ARRAY_SIZE(err500))) in lws_add_http_header_status()
332 description = err500[code - 500]; in lws_add_http_header_status()
/dports/www/elixir-maru/maru-0.12.4/test/builder/
H A Dexceptions_test.exs145 rescue_from [MatchError], with: :err500
147 defp err500(conn, _exception) do function
/dports/print/fontforge/fontforge-20201107/gutils/
H A Dgiofile.c52 static unichar_t err500[] = { ' ','I','n','t','e','r','n','a','l',' ','S','e','r','v','e','r',' ','… variable
84 gc->error = err500; in _GIO_reporterror()
/dports/graphics/mapcache/mapcache-1.10.0/cgi/
H A Dmapcache.c47 static char *err500 = "Internal Server Error"; variable
61 return err500; in err_msg()
/dports/www/nginx-full/rds-json-nginx-module-0.15/t/compact/
H A Dopenresty.t60 location @err500 { rds_json_ret 500 "Internal Server Error"; }
67 error_page 500 = @err500;
73 error_page 504 507 = @err500;
/dports/www/nginx-full/rds-json-nginx-module-0.15/t/
H A Dopenresty.t59 location @err500 { rds_json_ret 500 "Internal Server Error"; }
66 error_page 500 = @err500;
72 error_page 504 507 = @err500;
/dports/www/lightsquid/lightsquid-1.8/
H A Dgraph.cgi344 2008-12-14 FIX : No more err500 in browser if no GD is installed
/dports/sysutils/froxlor/froxlor-0.9.38.7_4/froxlor/install/updates/froxlor/0.9/
H A Dupdate_0.9.inc.php506 $err500 = false; variable
526 $err500 = true; variable
566 if (! $err500) {