From 1fd2d8e3a7bc1feb8a912cf06209f4a759d2f7c5 Mon Sep 17 00:00:00 2001 From: zzz Date: Sun, 1 Jun 2025 16:04:47 -0400 Subject: [PATCH] Convert CGI context to FCGI --- .../eepsite/contexts/cgi-context.xml | 86 ++++++++++++------- 1 file changed, 57 insertions(+), 29 deletions(-) diff --git a/installer/resources/eepsite/contexts/cgi-context.xml b/installer/resources/eepsite/contexts/cgi-context.xml index 3ae8f390d..0d569f13b 100644 --- a/installer/resources/eepsite/contexts/cgi-context.xml +++ b/installer/resources/eepsite/contexts/cgi-context.xml @@ -1,36 +1,64 @@ - - + + - + + + ./eepsite/cgi-bin + + /cgi-bin - ./eepsite/cgi-bin/ - - Path - /usr/local/bin:/bin:/usr/bin - - - org.eclipse.jetty.servlets.CGI - / - + + + + + + + / + + + + (https?)://([^/]+)(.*) + + http://localhost:9000$3 + + + /cgi-bin(.+) + false + + /var/tmp/fcgi-socket-0 + + + + +