All public logs
Jump to navigation
Jump to search
Combined display of all available logs of razwiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:13, 28 November 2025 Razzi talk contribs created page Blog: 2025-11-28 (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")