-- Leo's gemini proxy

-- Connecting to gemini.marmaladefoo.com:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini; charset=utf-8

Simple CGI script for Gemini in REBOL


Welcome to Rebol version [2.101.0.4.20] at [2-May-2024/15:08:54+11:00] running on [MOLLY_BROWN]


Put your name in the query string as follows: hello-world?<yourname>


Hello, [Mr or Ms Unknown Visitor]

=>hello-world?mary Say hello to Mary

=>hello-world?peter Say hello to Peter

=>hello-world?gerald Say hello to Gerald


Environment variables


make map! [
    "QUERY_STRING" ""
    "REQUEST_METHOD" ""
    "SERVER_NAME" "gemini.marmaladefoo.com"
    "SERVER_SOFTWARE" "MOLLY_BROWN"
    "PATH_INFO" "/"
    "REMOTE_ADDR" "[2a00:1098:0:80:1000:3b:1:1]:36574"
    "SERVER_PORT" "1965"
    "SERVER_PROTOCL" "GEMINI"
    "GATEWAY_INTERFACE" "CGI/1.1"
    "SCRIPT_PATH" "/var/gemini/cgi-bin/hello-world"
]



Home page



-- Response ended

-- Page fetched on Thu May 2 04:08:54 2024