💾 Archived View for gemini.marmaladefoo.com › cgi-bin › hello-world captured on 2021-12-03 at 14:04:38. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-11-30)

➡️ Next capture (2021-12-04)

🚧 View Differences

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

Simple CGI script for Gemini in REBOL

Welcome to Rebol version [2.101.0.4.20] at [4-Dec-2021/6:08:24+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! [
    "QUERY_STRING" ""
    "SERVER_SOFTWARE" "MOLLY_BROWN"
    "GATEWAY_INTERFACE" "CGI/1.1"
    "SCRIPT_PATH" "/var/gemini/cgi-bin/hello-world"
    "PATH_INFO" "/"
    "REMOTE_ADDR" "[2a00:1098:0:82:1000:3b:1:1]:50118"
    "REQUEST_METHOD" ""
    "SERVER_NAME" "gemini.marmaladefoo.com"
    "SERVER_PORT" "1965"
    "SERVER_PROTOCL" "GEMINI"
]

Home page