💾 Archived View for gemini.marmaladefoo.com › cgi-bin › hello-world captured on 2024-08-18 at 17:34:29. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-07-08)

➡️ Next capture (2024-08-18)

🚧 View Differences

-=-=-=-=-=-=-

Simple CGI script for Gemini in REBOL

Welcome to Rebol version [2.101.0.4.20] at [19-Aug-2024/8:34:29+11:00] running on [MOLLY_BROWN]

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

Hello, [Mr or Ms Unknown Visitor]

Say hello to Mary

Say hello to Peter

Say hello to Gerald

Environment variables

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

Home page