Blog: 2025-11-28: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 November 2025

28 November 2025

  • curprev 01:1801:18, 28 November 2025Razzi talk contribs 320 bytes +16 No edit summary
  • curprev 01:1301:13, 28 November 2025Razzi talk contribs 304 bytes +304 Created page with "This cgi script <pre> hack $ cat cgi-bin/hello.py #!/usr/bin/env python3 print('Content-type: text/html') print() print('<h2>WHOA</h2>') </pre> This server command python3 -m http.server --cgi 8000 Good https://stackoverflow.com/questions/30516414/how-to-run-cgi-hello-world-with-python-http-server"